Html Css Color HEX #C92C5E Cerise

📋 copy color: '#C92C5E'

red 201 ◦ green 44 ◦ blue 94

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

Shades of Cerise #C92C5E

Tints of Cerise #C92C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 59.29%
G = 12.98%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C92C5E (or 0xC92C5E) is known color: Cerise. HEX triplet: C9, 2C and 5E. RGB value is (201,44,94). Sum of RGB (Red+Green+Blue) = 201+44+94=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C5E is #36D3A1. Grayscale: #606060. Windows color (decimal): -3593122 or 6171849. OLE color: 6171849.

HSL color Cylindrical-coordinate representation of color #C92C5E: hue angle of 340.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C5E is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 94 -
CMYK 0 0.78 0.53 0.21
HSL 340.89º 0.64% 0.48% -
HSV(B) 340.89º 0.78% 0.79% -
XYZ 27.01 15.03 12.07 -
YUV 96.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 201 44 94 0 0.78 0.53 0.21 340.89 0.64 0.48
Hex C9 2C 5E 0 4E 35 15 155 40 30
Octal 311 54 136 0 116 65 25 525 100 60
Binary 11001001 101100 1011110 0 1001110 110101 10101 101010101 1000000 110000

Color Harmonies of #C92C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C5E

Black with #C92C5E

Text Example


Text Example

White with #C92C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C5E; }

 p { color: rgb(201,44,94); }

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

background-color css

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

 a { background-color: rgb(201,44,94); }

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

border-color css

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

 span { border-color: rgb(201,44,94); }

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