Html Css Color HEX #C73D78 Royal Heath

📋 copy color: '#C73D78'

red 199 ◦ green 61 ◦ blue 120

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

Shades of Royal Heath #C73D78

Tints of Royal Heath #C73D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 52.37%
G = 16.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C73D78 (or 0xC73D78) is known color: Royal Heath. HEX triplet: C7, 3D and 78. RGB value is (199,61,120). Sum of RGB (Red+Green+Blue) = 199+61+120=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D78 is #38C287. Grayscale: #6C6C6C. Windows color (decimal): -3719816 or 7880135. OLE color: 7880135.

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

Color convert

RGB 199 61 120 -
CMYK 0 0.69 0.40 0.22
HSL 334.35º 0.55% 0.51% -
HSV(B) 334.35º 0.69% 0.78% -
XYZ 28.61 16.84 19.51 -
YUV 108.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 199 61 120 0 0.69 0.40 0.22 334.35 0.55 0.51
Hex C7 3D 78 0 45 28 16 14E 37 33
Octal 307 75 170 0 105 50 26 516 67 63
Binary 11000111 111101 1111000 0 1000101 101000 10110 101001110 110111 110011

Color Harmonies of #C73D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D78

Black with #C73D78

Text Example


Text Example

White with #C73D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D78; }

 p { color: rgb(199,61,120); }

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

background-color css

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

 a { background-color: rgb(199,61,120); }

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

border-color css

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

 span { border-color: rgb(199,61,120); }

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