Html Css Color HEX #C92161 Cerise

📋 copy color: '#C92161'

red 201 ◦ green 33 ◦ blue 97

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

Shades of Cerise #C92161

Tints of Cerise #C92161

RGB

 RED value IS 201 (78.91% from 255) = 60.73%

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 60.73%
G = 9.97%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C92161 (or 0xC92161) is known color: Cerise. HEX triplet: C9, 21 and 61. RGB value is (201,33,97). Sum of RGB (Red+Green+Blue) = 201+33+97=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C92161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92161 is #36DE9E. Grayscale: #5A5A5A. Windows color (decimal): -3595935 or 6365641. OLE color: 6365641.

HSL color Cylindrical-coordinate representation of color #C92161: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92161 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 97 -
CMYK 0 0.84 0.52 0.21
HSL 337.14º 0.72% 0.46% -
HSV(B) 337.14º 0.84% 0.79% -
XYZ 26.79 14.37 12.67 -
YUV 90.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 201 33 97 0 0.84 0.52 0.21 337.14 0.72 0.46
Hex C9 21 61 0 54 34 15 151 48 2E
Octal 311 41 141 0 124 64 25 521 110 56
Binary 11001001 100001 1100001 0 1010100 110100 10101 101010001 1001000 101110

Color Harmonies of #C92161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92161

Black with #C92161

Text Example


Text Example

White with #C92161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92161; }

 p { color: rgb(201,33,97); }

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

background-color css

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

 a { background-color: rgb(201,33,97); }

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

border-color css

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

 span { border-color: rgb(201,33,97); }

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