#C52D6B

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

Shades of Cerise #C52D6B

Tints of Cerise #C52D6B

Color information

#C52D6B (or 0xC52D6B) is unknown color: approx Cerise. HEX triplet: C5, 2D and 6B. RGB value is (197,45,107). Sum of RGB (Red+Green+Blue) = 197+45+107=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52D6B is #3AD294. Grayscale: #616161. Windows color (decimal): -3854997 or 7024069. OLE color: 7024069.

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

Color convert

RGB19745107-
CMYK00.770.460.23
HSL335.53º62.81%47.45%-
HSV(B)335.53º77.16%77.25%-
XYZ26.6214.8115.37-
YUV97.52133.36198.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=56.45%
G=12.89%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974510700.770.460.23335.5362.8147.45
HexC52D6B04D2E171503f2f
Octal30555153011556275207757
Binary1100010110110111010110100110110111010111101010000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52D6B; }

 p { color: rgb(197,45,107); }

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

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

 a { background-color: rgb(197,45,107); }

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

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

 span { border-color: rgb(197,45,107); }

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