Html Css Color HEX #C73A71 Royal Heath

📋 copy color: '#C73A71'

red 199 ◦ green 58 ◦ blue 113

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

Shades of Royal Heath #C73A71

Tints of Royal Heath #C73A71

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 53.78%
G = 15.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73A71 (or 0xC73A71) is known color: Royal Heath. HEX triplet: C7, 3A and 71. RGB value is (199,58,113). Sum of RGB (Red+Green+Blue) = 199+58+113=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A71 is #38C58E. Grayscale: #6A6A6A. Windows color (decimal): -3720591 or 7420615. OLE color: 7420615.

HSL color Cylindrical-coordinate representation of color #C73A71: hue angle of 336.6º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A71 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 113 -
CMYK 0 0.71 0.43 0.22
HSL 336.6º 0.56% 0.5% -
HSV(B) 336.6º 0.71% 0.78% -
XYZ 28.05 16.36 17.3 -
YUV 106.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 199 58 113 0 0.71 0.43 0.22 336.6 0.56 0.5
Hex C7 3A 71 0 47 2B 16 151 38 32
Octal 307 72 161 0 107 53 26 521 70 62
Binary 11000111 111010 1110001 0 1000111 101011 10110 101010001 111000 110010

Color Harmonies of #C73A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A71

Black with #C73A71

Text Example


Text Example

White with #C73A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A71; }

 p { color: rgb(199,58,113); }

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

background-color css

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

 a { background-color: rgb(199,58,113); }

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

border-color css

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

 span { border-color: rgb(199,58,113); }

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