Html Css Color HEX #C73F7A Royal Heath

📋 copy color: '#C73F7A'

red 199 ◦ green 63 ◦ blue 122

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

Shades of Royal Heath #C73F7A

Tints of Royal Heath #C73F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 51.82%
G = 16.41%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C73F7A (or 0xC73F7A) is known color: Royal Heath. HEX triplet: C7, 3F and 7A. RGB value is (199,63,122). Sum of RGB (Red+Green+Blue) = 199+63+122=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F7A is #38C085. Grayscale: #6E6E6E. Windows color (decimal): -3719302 or 8011719. OLE color: 8011719.

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

Color convert

RGB 199 63 122 -
CMYK 0 0.68 0.39 0.22
HSL 333.97º 0.55% 0.51% -
HSV(B) 333.97º 0.68% 0.78% -
XYZ 28.84 17.1 20.19 -
YUV 110.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 199 63 122 0 0.68 0.39 0.22 333.97 0.55 0.51
Hex C7 3F 7A 0 44 27 16 14E 37 33
Octal 307 77 172 0 104 47 26 516 67 63
Binary 11000111 111111 1111010 0 1000100 100111 10110 101001110 110111 110011

Color Harmonies of #C73F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F7A

Black with #C73F7A

Text Example


Text Example

White with #C73F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F7A; }

 p { color: rgb(199,63,122); }

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

background-color css

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

 a { background-color: rgb(199,63,122); }

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

border-color css

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

 span { border-color: rgb(199,63,122); }

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