#C53E71

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

Shades of Royal Heath #C53E71

Tints of Royal Heath #C53E71

Color information

#C53E71 (or 0xC53E71) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 71. RGB value is (197,62,113). Sum of RGB (Red+Green+Blue) = 197+62+113=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E71 is #3AC18E. Grayscale: #6C6C6C. Windows color (decimal): -3850639 or 7421637. OLE color: 7421637.

HSL color Cylindrical-coordinate representation of color #C53E71: hue angle of 337.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E71 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19762113-
CMYK00.690.430.23
HSL337.33º53.78%50.78%-
HSV(B)337.33º68.53%77.25%-
XYZ27.7316.5117.35-
YUV108.18130.73191.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.96%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=52.96%
G=16.67%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976211300.690.430.23337.3353.7850.78
HexC53E710452B171513633
Octal30576161010553275216663
Binary1100010111111011100010100010110101110111101010001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E71; }

 p { color: rgb(197,62,113); }

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

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

 a { background-color: rgb(197,62,113); }

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

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

 span { border-color: rgb(197,62,113); }

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