Html Css Color HEX #C44079 Royal Heath

📋 copy color: '#C44079'

red 196 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C44079

Tints of Royal Heath #C44079

RGB

 RED value IS 196 (76.95% from 255) = 51.44%

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

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

R = 51.44%
G = 16.8%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C44079 (or 0xC44079) is known color: Royal Heath. HEX triplet: C4, 40 and 79. RGB value is (196,64,121). Sum of RGB (Red+Green+Blue) = 196+64+121=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44079 is #3BBF86. Grayscale: #6D6D6D. Windows color (decimal): -3915655 or 7946436. OLE color: 7946436.

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

Color convert

RGB 196 64 121 -
CMYK 0 0.67 0.38 0.23
HSL 334.09º 0.53% 0.51% -
HSV(B) 334.09º 0.67% 0.77% -
XYZ 28.05 16.78 19.85 -
YUV 109.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 196 64 121 0 0.67 0.38 0.23 334.09 0.53 0.51
Hex C4 40 79 0 43 26 17 14E 35 33
Octal 304 100 171 0 103 46 27 516 65 63
Binary 11000100 1000000 1111001 0 1000011 100110 10111 101001110 110101 110011

Color Harmonies of #C44079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44079

Black with #C44079

Text Example


Text Example

White with #C44079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44079; }

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

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

background-color css

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

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

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

border-color css

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

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

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