Html Css Color HEX #C54079 Royal Heath

📋 copy color: '#C54079'

red 197 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C54079

Tints of Royal Heath #C54079

RGB

 RED value IS 197 (77.34% from 255) = 51.57%

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 51.57%
G = 16.75%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C54079 (or 0xC54079) is known color: Royal Heath. HEX triplet: C5, 40 and 79. RGB value is (197,64,121). Sum of RGB (Red+Green+Blue) = 197+64+121=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C54079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54079 is #3ABF86. Grayscale: #6E6E6E. Windows color (decimal): -3850119 or 7946437. OLE color: 7946437.

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

Color convert

RGB 197 64 121 -
CMYK 0 0.68 0.39 0.23
HSL 334.29º 0.53% 0.51% -
HSV(B) 334.29º 0.68% 0.77% -
XYZ 28.31 16.92 19.86 -
YUV 110.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 197 64 121 0 0.68 0.39 0.23 334.29 0.53 0.51
Hex C5 40 79 0 44 27 17 14E 35 33
Octal 305 100 171 0 104 47 27 516 65 63
Binary 11000101 1000000 1111001 0 1000100 100111 10111 101001110 110101 110011

Color Harmonies of #C54079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54079

Black with #C54079

Text Example


Text Example

White with #C54079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54079; }

 p { color: rgb(197,64,121); }

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

background-color css

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

 a { background-color: rgb(197,64,121); }

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

border-color css

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

 span { border-color: rgb(197,64,121); }

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