Html Css Color HEX #C42168 Cerise

📋 copy color: '#C42168'

red 196 ◦ green 33 ◦ blue 104

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

Shades of Cerise #C42168

Tints of Cerise #C42168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 58.86%
G = 9.91%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C42168 (or 0xC42168) is known color: Cerise. HEX triplet: C4, 21 and 68. RGB value is (196,33,104). Sum of RGB (Red+Green+Blue) = 196+33+104=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C42168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42168 is #3BDE97. Grayscale: #595959. Windows color (decimal): -3923608 or 6824388. OLE color: 6824388.

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

Color convert

RGB 196 33 104 -
CMYK 0 0.83 0.47 0.23
HSL 333.87º 0.71% 0.45% -
HSV(B) 333.87º 0.83% 0.77% -
XYZ 25.81 13.82 14.4 -
YUV 89.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 196 33 104 0 0.83 0.47 0.23 333.87 0.71 0.45
Hex C4 21 68 0 53 2F 17 14E 47 2D
Octal 304 41 150 0 123 57 27 516 107 55
Binary 11000100 100001 1101000 0 1010011 101111 10111 101001110 1000111 101101

Color Harmonies of #C42168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42168

Black with #C42168

Text Example


Text Example

White with #C42168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42168; }

 p { color: rgb(196,33,104); }

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

background-color css

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

 a { background-color: rgb(196,33,104); }

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

border-color css

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

 span { border-color: rgb(196,33,104); }

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