Html Css Color HEX #C92561 Cerise

📋 copy color: '#C92561'

red 201 ◦ green 37 ◦ blue 97

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

Shades of Cerise #C92561

Tints of Cerise #C92561

RGB

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

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

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

R = 60%
G = 11.04%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C92561 (or 0xC92561) is known color: Cerise. HEX triplet: C9, 25 and 61. RGB value is (201,37,97). Sum of RGB (Red+Green+Blue) = 201+37+97=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C92561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92561 is #36DA9E. Grayscale: #5C5C5C. Windows color (decimal): -3594911 or 6366665. OLE color: 6366665.

HSL color Cylindrical-coordinate representation of color #C92561: hue angle of 338.05º 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 #C92561 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 97 -
CMYK 0 0.82 0.52 0.21
HSL 338.05º 0.69% 0.47% -
HSV(B) 338.05º 0.82% 0.79% -
XYZ 26.91 14.6 12.71 -
YUV 92.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 201 37 97 0 0.82 0.52 0.21 338.05 0.69 0.47
Hex C9 25 61 0 52 34 15 152 45 2F
Octal 311 45 141 0 122 64 25 522 105 57
Binary 11001001 100101 1100001 0 1010010 110100 10101 101010010 1000101 101111

Color Harmonies of #C92561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92561

Black with #C92561

Text Example


Text Example

White with #C92561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92561; }

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

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

background-color css

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

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

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

border-color css

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

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

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