#C53E7A

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

Shades of Royal Heath #C53E7A

Tints of Royal Heath #C53E7A

Color information

#C53E7A (or 0xC53E7A) is unknown color: approx Royal Heath. HEX triplet: C5, 3E and 7A. RGB value is (197,62,122). Sum of RGB (Red+Green+Blue) = 197+62+122=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E7A is #3AC185. Grayscale: #6D6D6D. Windows color (decimal): -3850630 or 8011461. OLE color: 8011461.

HSL color Cylindrical-coordinate representation of color #C53E7A: hue angle of 333.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 #C53E7A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19762122-
CMYK00.690.380.23
HSL333.33º53.78%50.78%-
HSV(B)333.33º68.53%77.25%-
XYZ28.2616.7220.15-
YUV109.2135.23190.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 62 (24.61% from 255) = 16.27%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=51.71%
G=16.27%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976212200.690.380.23333.3353.7850.78
HexC53E7A045261714d3633
Octal30576172010546275156663
Binary1100010111111011110100100010110011010111101001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E7A; }

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

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

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

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

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

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

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

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