Html Css Color HEX #C53E72 Royal Heath

📋 copy color: '#C53E72'

red 197 ◦ green 62 ◦ blue 114

#C53E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C53E72

Tints of Royal Heath #C53E72

RGB

 RED value IS 197 (77.34% from 255) = 52.82%

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 52.82%
G = 16.62%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C53E72 (or 0xC53E72) is known color: Royal Heath. HEX triplet: C5, 3E and 72. RGB value is (197,62,114). Sum of RGB (Red+Green+Blue) = 197+62+114=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E72 is #3AC18D. Grayscale: #6C6C6C. Windows color (decimal): -3850638 or 7487173. OLE color: 7487173.

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

Color convert

RGB 197 62 114 -
CMYK 0 0.69 0.42 0.23
HSL 336.89º 0.54% 0.51% -
HSV(B) 336.89º 0.69% 0.77% -
XYZ 27.79 16.53 17.65 -
YUV 108.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 197 62 114 0 0.69 0.42 0.23 336.89 0.54 0.51
Hex C5 3E 72 0 45 2A 17 151 36 33
Octal 305 76 162 0 105 52 27 521 66 63
Binary 11000101 111110 1110010 0 1000101 101010 10111 101010001 110110 110011

Color Harmonies of #C53E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E72

Black with #C53E72

Text Example


Text Example

White with #C53E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E72; }

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

 H1.HeaderClassName
 {
   color: #C53E72;
 }
 .AnyTagClassName
 {
   color: #C53E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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