Html Css Color HEX #C73C71 Royal Heath

📋 copy color: '#C73C71'

red 199 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #C73C71

Tints of Royal Heath #C73C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

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

R = 53.49%
G = 16.13%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C73C71 (or 0xC73C71) is known color: Royal Heath. HEX triplet: C7, 3C and 71. RGB value is (199,60,113). Sum of RGB (Red+Green+Blue) = 199+60+113=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C71 is #38C38E. Grayscale: #6B6B6B. Windows color (decimal): -3720079 or 7421127. OLE color: 7421127.

HSL color Cylindrical-coordinate representation of color #C73C71: hue angle of 337.12º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C71 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 113 -
CMYK 0 0.70 0.43 0.22
HSL 337.12º 0.55% 0.51% -
HSV(B) 337.12º 0.7% 0.78% -
XYZ 28.15 16.57 17.34 -
YUV 107.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 199 60 113 0 0.70 0.43 0.22 337.12 0.55 0.51
Hex C7 3C 71 0 46 2B 16 151 37 33
Octal 307 74 161 0 106 53 26 521 67 63
Binary 11000111 111100 1110001 0 1000110 101011 10110 101010001 110111 110011

Color Harmonies of #C73C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C71

Black with #C73C71

Text Example


Text Example

White with #C73C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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