Html Css Color HEX #C74379 Royal Heath

📋 copy color: '#C74379'

red 199 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #C74379

Tints of Royal Heath #C74379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 51.42%
G = 17.31%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74379 (or 0xC74379) is known color: Royal Heath. HEX triplet: C7, 43 and 79. RGB value is (199,67,121). Sum of RGB (Red+Green+Blue) = 199+67+121=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C74379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74379 is #38BC86. Grayscale: #707070. Windows color (decimal): -3718279 or 7947207. OLE color: 7947207.

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

Color convert

RGB 199 67 121 -
CMYK 0 0.66 0.39 0.22
HSL 335.45º 0.54% 0.52% -
HSV(B) 335.45º 0.66% 0.78% -
XYZ 29.01 17.54 19.95 -
YUV 112.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 199 67 121 0 0.66 0.39 0.22 335.45 0.54 0.52
Hex C7 43 79 0 42 27 16 14F 36 34
Octal 307 103 171 0 102 47 26 517 66 64
Binary 11000111 1000011 1111001 0 1000010 100111 10110 101001111 110110 110100

Color Harmonies of #C74379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74379

Black with #C74379

Text Example


Text Example

White with #C74379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74379; }

 p { color: rgb(199,67,121); }

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

background-color css

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

 a { background-color: rgb(199,67,121); }

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

border-color css

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

 span { border-color: rgb(199,67,121); }

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