Html Css Color HEX #C92362 Cerise

📋 copy color: '#C92362'

red 201 ◦ green 35 ◦ blue 98

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

Shades of Cerise #C92362

Tints of Cerise #C92362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 60.18%
G = 10.48%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C92362 (or 0xC92362) is known color: Cerise. HEX triplet: C9, 23 and 62. RGB value is (201,35,98). Sum of RGB (Red+Green+Blue) = 201+35+98=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C92362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92362 is #36DC9D. Grayscale: #5B5B5B. Windows color (decimal): -3595422 or 6431689. OLE color: 6431689.

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

Color convert

RGB 201 35 98 -
CMYK 0 0.83 0.51 0.21
HSL 337.23º 0.7% 0.46% -
HSV(B) 337.23º 0.83% 0.79% -
XYZ 26.89 14.5 12.94 -
YUV 91.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 201 35 98 0 0.83 0.51 0.21 337.23 0.7 0.46
Hex C9 23 62 0 53 33 15 151 46 2E
Octal 311 43 142 0 123 63 25 521 106 56
Binary 11001001 100011 1100010 0 1010011 110011 10101 101010001 1000110 101110

Color Harmonies of #C92362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92362

Black with #C92362

Text Example


Text Example

White with #C92362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92362; }

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

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

background-color css

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

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

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

border-color css

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

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

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