#C53C78

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

Shades of Royal Heath #C53C78

Tints of Royal Heath #C53C78

Color information

#C53C78 (or 0xC53C78) is unknown color: approx Royal Heath. HEX triplet: C5, 3C and 78. RGB value is (197,60,120). Sum of RGB (Red+Green+Blue) = 197+60+120=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C78 is #3AC387. Grayscale: #6B6B6B. Windows color (decimal): -3851144 or 7879877. OLE color: 7879877.

HSL color Cylindrical-coordinate representation of color #C53C78: hue angle of 333.72º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C78 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19760120-
CMYK00.700.390.23
HSL333.72º54.15%50.39%-
HSV(B)333.72º69.54%77.25%-
XYZ28.0316.4619.47-
YUV107.8134.89191.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 60 (23.83% from 255) = 15.92%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=52.25%
G=15.92%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976012000.700.390.23333.7254.1550.39
HexC53C78046271714e3632
Octal30574170010647275166662
Binary1100010111110011110000100011010011110111101001110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C78; }

 p { color: rgb(197,60,120); }

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

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

 a { background-color: rgb(197,60,120); }

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

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

 span { border-color: rgb(197,60,120); }

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