Html Css Color HEX #C42A66 Cerise

📋 copy color: '#C42A66'

red 196 ◦ green 42 ◦ blue 102

#C42A66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C42A66

Tints of Cerise #C42A66

RGB

 RED value IS 196 (76.95% from 255) = 57.65%

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 57.65%
G = 12.35%
B = 30%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C42A66 (or 0xC42A66) is known color: Cerise. HEX triplet: C4, 2A and 66. RGB value is (196,42,102). Sum of RGB (Red+Green+Blue) = 196+42+102=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A66 is #3BD599. Grayscale: #5E5E5E. Windows color (decimal): -3921306 or 6695620. OLE color: 6695620.

HSL color Cylindrical-coordinate representation of color #C42A66: hue angle of 336.62º 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 #C42A66 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 42 102 -
CMYK 0 0.79 0.48 0.23
HSL 336.62º 0.65% 0.47% -
HSV(B) 336.62º 0.79% 0.77% -
XYZ 25.99 14.35 13.97 -
YUV 94.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 196 42 102 0 0.79 0.48 0.23 336.62 0.65 0.47
Hex C4 2A 66 0 4F 30 17 151 41 2F
Octal 304 52 146 0 117 60 27 521 101 57
Binary 11000100 101010 1100110 0 1001111 110000 10111 101010001 1000001 101111

Color Harmonies of #C42A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A66

Black with #C42A66

Text Example


Text Example

White with #C42A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A66; }

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

 H1.HeaderClassName
 {
   color: #C42A66;
 }
 .AnyTagClassName
 {
   color: #C42A66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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