Html Css Color HEX #C92462 Cerise

📋 copy color: '#C92462'

red 201 ◦ green 36 ◦ blue 98

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

Shades of Cerise #C92462

Tints of Cerise #C92462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 60%
G = 10.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C92462 (or 0xC92462) is known color: Cerise. HEX triplet: C9, 24 and 62. RGB value is (201,36,98). Sum of RGB (Red+Green+Blue) = 201+36+98=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C92462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92462 is #36DB9D. Grayscale: #5C5C5C. Windows color (decimal): -3595166 or 6431945. OLE color: 6431945.

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

Color convert

RGB 201 36 98 -
CMYK 0 0.82 0.51 0.21
HSL 337.45º 0.7% 0.46% -
HSV(B) 337.45º 0.82% 0.79% -
XYZ 26.92 14.56 12.95 -
YUV 92.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 201 36 98 0 0.82 0.51 0.21 337.45 0.7 0.46
Hex C9 24 62 0 52 33 15 151 46 2E
Octal 311 44 142 0 122 63 25 521 106 56
Binary 11001001 100100 1100010 0 1010010 110011 10101 101010001 1000110 101110

Color Harmonies of #C92462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92462

Black with #C92462

Text Example


Text Example

White with #C92462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92462; }

 p { color: rgb(201,36,98); }

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

background-color css

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

 a { background-color: rgb(201,36,98); }

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

border-color css

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

 span { border-color: rgb(201,36,98); }

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