Html Css Color HEX #C53F72 Royal Heath

📋 copy color: '#C53F72'

red 197 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #C53F72

Tints of Royal Heath #C53F72

RGB

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

 GREEN value IS 63 (25% from 255) = 16.84%

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

R = 52.67%
G = 16.84%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C53F72 (or 0xC53F72) is known color: Royal Heath. HEX triplet: C5, 3F and 72. RGB value is (197,63,114). Sum of RGB (Red+Green+Blue) = 197+63+114=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F72 is #3AC08D. Grayscale: #6C6C6C. Windows color (decimal): -3850382 or 7487429. OLE color: 7487429.

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

Color convert

RGB 197 63 114 -
CMYK 0 0.68 0.42 0.23
HSL 337.16º 0.54% 0.51% -
HSV(B) 337.16º 0.68% 0.77% -
XYZ 27.84 16.64 17.66 -
YUV 108.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 197 63 114 0 0.68 0.42 0.23 337.16 0.54 0.51
Hex C5 3F 72 0 44 2A 17 151 36 33
Octal 305 77 162 0 104 52 27 521 66 63
Binary 11000101 111111 1110010 0 1000100 101010 10111 101010001 110110 110011

Color Harmonies of #C53F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F72

Black with #C53F72

Text Example


Text Example

White with #C53F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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