Html Css Color HEX #C92566 Cerise

📋 copy color: '#C92566'

red 201 ◦ green 37 ◦ blue 102

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

Shades of Cerise #C92566

Tints of Cerise #C92566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

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

R = 59.12%
G = 10.88%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C92566 (or 0xC92566) is known color: Cerise. HEX triplet: C9, 25 and 66. RGB value is (201,37,102). Sum of RGB (Red+Green+Blue) = 201+37+102=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C92566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92566 is #36DA99. Grayscale: #5D5D5D. Windows color (decimal): -3594906 or 6694345. OLE color: 6694345.

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

Color convert

RGB 201 37 102 -
CMYK 0 0.82 0.49 0.21
HSL 336.22º 0.69% 0.47% -
HSV(B) 336.22º 0.82% 0.79% -
XYZ 27.15 14.7 13.98 -
YUV 93.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 201 37 102 0 0.82 0.49 0.21 336.22 0.69 0.47
Hex C9 25 66 0 52 31 15 150 45 2F
Octal 311 45 146 0 122 61 25 520 105 57
Binary 11001001 100101 1100110 0 1010010 110001 10101 101010000 1000101 101111

Color Harmonies of #C92566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92566

Black with #C92566

Text Example


Text Example

White with #C92566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92566; }

 p { color: rgb(201,37,102); }

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

background-color css

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

 a { background-color: rgb(201,37,102); }

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

border-color css

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

 span { border-color: rgb(201,37,102); }

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