#c52c6b

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

Shades of Cerise #C52C6B

Tints of Cerise #C52C6B

Color information

#C52C6B (or 0xC52C6B) is unknown color: approx Cerise. HEX triplet: C5, 2C and 6B. RGB value is (197,44,107). Sum of RGB (Red+Green+Blue) = 197+44+107=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C6B is #3AD394. Grayscale: #606060. Windows color (decimal): -3855253 or 7023813. OLE color: 7023813.

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

Color convert

RGB19744107-
CMYK00.780.460.23
HSL335.29º63.49%47.25%-
HSV(B)335.29º77.66%77.25%-
XYZ26.5814.7315.35-
YUV96.93133.69199.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 44 (17.58% from 255) = 12.64%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=56.61%
G=12.64%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974410700.780.460.23335.2963.4947.25
HexC52C6B04E2E1714f3f2f
Octal30554153011656275177757
Binary1100010110110011010110100111010111010111101001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52c6b; }

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

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

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

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

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

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

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

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