Html Css Color HEX #C32166 Cerise

📋 copy color: '#C32166'

red 195 ◦ green 33 ◦ blue 102

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

Shades of Cerise #C32166

Tints of Cerise #C32166

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

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

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

R = 59.09%
G = 10%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C32166 (or 0xC32166) is known color: Cerise. HEX triplet: C3, 21 and 66. RGB value is (195,33,102). Sum of RGB (Red+Green+Blue) = 195+33+102=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32166 is #3CDE99. Grayscale: #595959. Windows color (decimal): -3989146 or 6693315. OLE color: 6693315.

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

Color convert

RGB 195 33 102 -
CMYK 0 0.83 0.48 0.24
HSL 334.44º 0.71% 0.45% -
HSV(B) 334.44º 0.83% 0.76% -
XYZ 25.45 13.65 13.86 -
YUV 89.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 195 33 102 0 0.83 0.48 0.24 334.44 0.71 0.45
Hex C3 21 66 0 53 30 18 14E 47 2D
Octal 303 41 146 0 123 60 30 516 107 55
Binary 11000011 100001 1100110 0 1010011 110000 11000 101001110 1000111 101101

Color Harmonies of #C32166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32166

Black with #C32166

Text Example


Text Example

White with #C32166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32166; }

 p { color: rgb(195,33,102); }

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

background-color css

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

 a { background-color: rgb(195,33,102); }

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

border-color css

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

 span { border-color: rgb(195,33,102); }

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