#C52C6C

Color #C52C6C Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #C52C6C

Tints of Cerise #C52C6C

Color information

#C52C6C (or 0xC52C6C) is unknown color: approx Cerise. HEX triplet: C5, 2C and 6C. RGB value is (197,44,108). Sum of RGB (Red+Green+Blue) = 197+44+108=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C6C is #3AD393. Grayscale: #606060. Windows color (decimal): -3855252 or 7089349. OLE color: 7089349.

HSL color Cylindrical-coordinate representation of color #C52C6C: hue angle of 334.9º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C6C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19744108-
CMYK00.780.450.23
HSL334.9º63.49%47.25%-
HSV(B)334.9º77.66%77.25%-
XYZ26.6314.7515.63-
YUV97.04134.19199.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 44 (17.58% from 255) = 12.61%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=56.45%
G=12.61%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974410800.780.450.23334.963.4947.25
HexC52C6C04E2D1714f3f2f
Octal30554154011655275177757
Binary1100010110110011011000100111010110110111101001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52C6C; }

 p { color: rgb(197,44,108); }

 H1.HeaderClassName
 {
   color: #C52C6C;
 }
 .AnyTagClassName
 {
   color: #C52C6C;
 }
</style>
background-color css

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

 a { background-color: rgb(197,44,108); }

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

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

 span { border-color: rgb(197,44,108); }

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