Html Css Color HEX #C53F73 Royal Heath

📋 copy color: '#C53F73'

red 197 ◦ green 63 ◦ blue 115

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

Shades of Royal Heath #C53F73

Tints of Royal Heath #C53F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 52.53%
G = 16.8%
B = 30.67%

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

#C53F73 (or 0xC53F73) is known color: Royal Heath. HEX triplet: C5, 3F and 73. RGB value is (197,63,115). Sum of RGB (Red+Green+Blue) = 197+63+115=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F73 is #3AC08C. Grayscale: #6C6C6C. Windows color (decimal): -3850381 or 7552965. OLE color: 7552965.

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

Color convert

RGB 197 63 115 -
CMYK 0 0.68 0.42 0.23
HSL 336.72º 0.54% 0.51% -
HSV(B) 336.72º 0.68% 0.77% -
XYZ 27.9 16.66 17.97 -
YUV 108.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 197 63 115 0 0.68 0.42 0.23 336.72 0.54 0.51
Hex C5 3F 73 0 44 2A 17 151 36 33
Octal 305 77 163 0 104 52 27 521 66 63
Binary 11000101 111111 1110011 0 1000100 101010 10111 101010001 110110 110011

Color Harmonies of #C53F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F73

Black with #C53F73

Text Example


Text Example

White with #C53F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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