#C42A6A

Color #C42A6A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #C42A6A

Tints of Cerise #C42A6A

Color information

#C42A6A (or 0xC42A6A) is unknown color: approx Cerise. HEX triplet: C4, 2A and 6A. RGB value is (196,42,106). Sum of RGB (Red+Green+Blue) = 196+42+106=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A6A is #3BD595. Grayscale: #5F5F5F. Windows color (decimal): -3921302 or 6957764. OLE color: 6957764.

HSL color Cylindrical-coordinate representation of color #C42A6A: hue angle of 335.06º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A6A is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19642106-
CMYK00.790.460.23
HSL335.06º64.71%46.67%-
HSV(B)335.06º78.57%76.86%-
XYZ26.1914.4315.04-
YUV95.34134.02199.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 42 (16.80% from 255) = 12.21%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=56.98%
G=12.21%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964210600.790.460.23335.0664.7146.67
HexC42A6A04F2E1714f412f
Octal304521520117562751710157
Binary11000100101010110101001001111101110101111010011111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42A6A; }

 p { color: rgb(196,42,106); }

 H1.HeaderClassName
 {
   color: #C42A6A;
 }
 .AnyTagClassName
 {
   color: #C42A6A;
 }
</style>
background-color css

<style>
 a { background-color: #C42A6A; }

 a { background-color: rgb(196,42,106); }

 div.DivClassName
 {
   background-color: #C42A6A;
 }
 .BgClassName
 {
   background-color: #C42A6A;
 }
</style>
border-color css

<style>
 span { border-color: #C42A6A; }

 span { border-color: rgb(196,42,106); }

 td.TdClassName
 {
   border-color: #C42A6A;
 }
 .TagClassName
 {
   border-color: #C42A6A;
 }
</style>