Html Css Color HEX #C32165 Cerise

📋 copy color: '#C32165'

red 195 ◦ green 33 ◦ blue 101

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

Shades of Cerise #C32165

Tints of Cerise #C32165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 59.27%
G = 10.03%
B = 30.7%

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

#C32165 (or 0xC32165) is known color: Cerise. HEX triplet: C3, 21 and 65. RGB value is (195,33,101). Sum of RGB (Red+Green+Blue) = 195+33+101=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C32165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32165 is #3CDE9A. Grayscale: #595959. Windows color (decimal): -3989147 or 6627779. OLE color: 6627779.

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

Color convert

RGB 195 33 101 -
CMYK 0 0.83 0.48 0.24
HSL 334.81º 0.71% 0.45% -
HSV(B) 334.81º 0.83% 0.76% -
XYZ 25.4 13.63 13.6 -
YUV 89.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 195 33 101 0 0.83 0.48 0.24 334.81 0.71 0.45
Hex C3 21 65 0 53 30 18 14F 47 2D
Octal 303 41 145 0 123 60 30 517 107 55
Binary 11000011 100001 1100101 0 1010011 110000 11000 101001111 1000111 101101

Color Harmonies of #C32165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32165

Black with #C32165

Text Example


Text Example

White with #C32165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32165; }

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

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

background-color css

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

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

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

border-color css

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

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

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