Html Css Color HEX #C92C64 Cerise

📋 copy color: '#C92C64'

red 201 ◦ green 44 ◦ blue 100

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

Shades of Cerise #C92C64

Tints of Cerise #C92C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 58.26%
G = 12.75%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C92C64 (or 0xC92C64) is known color: Cerise. HEX triplet: C9, 2C and 64. RGB value is (201,44,100). Sum of RGB (Red+Green+Blue) = 201+44+100=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C64 is #36D39B. Grayscale: #616161. Windows color (decimal): -3593116 or 6565065. OLE color: 6565065.

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

Color convert

RGB 201 44 100 -
CMYK 0 0.78 0.50 0.21
HSL 338.6º 0.64% 0.48% -
HSV(B) 338.6º 0.78% 0.79% -
XYZ 27.29 15.14 13.54 -
YUV 97.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 201 44 100 0 0.78 0.50 0.21 338.6 0.64 0.48
Hex C9 2C 64 0 4E 32 15 153 40 30
Octal 311 54 144 0 116 62 25 523 100 60
Binary 11001001 101100 1100100 0 1001110 110010 10101 101010011 1000000 110000

Color Harmonies of #C92C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C64

Black with #C92C64

Text Example


Text Example

White with #C92C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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