Html Css Color HEX #C04379 Royal Heath

📋 copy color: '#C04379'

red 192 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #C04379

Tints of Royal Heath #C04379

RGB

 RED value IS 192 (75.39% from 255) = 50.53%

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

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

R = 50.53%
G = 17.63%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C04379 (or 0xC04379) is known color: Royal Heath. HEX triplet: C0, 43 and 79. RGB value is (192,67,121). Sum of RGB (Red+Green+Blue) = 192+67+121=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04379 is #3FBC86. Grayscale: #6E6E6E. Windows color (decimal): -4177031 or 7947200. OLE color: 7947200.

HSL color Cylindrical-coordinate representation of color #C04379: hue angle of 334.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04379 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 121 -
CMYK 0 0.65 0.37 0.25
HSL 334.08º 0.5% 0.51% -
HSV(B) 334.08º 0.65% 0.75% -
XYZ 27.2 16.6 19.86 -
YUV 110.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 192 67 121 0 0.65 0.37 0.25 334.08 0.5 0.51
Hex C0 43 79 0 41 25 19 14E 32 33
Octal 300 103 171 0 101 45 31 516 62 63
Binary 11000000 1000011 1111001 0 1000001 100101 11001 101001110 110010 110011

Color Harmonies of #C04379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04379

Black with #C04379

Text Example


Text Example

White with #C04379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04379; }

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

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

background-color css

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

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

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

border-color css

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

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

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