Html Css Color HEX #C94479 Royal Heath

📋 copy color: '#C94479'

red 201 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #C94479

Tints of Royal Heath #C94479

RGB

 RED value IS 201 (78.91% from 255) = 51.54%

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 51.54%
G = 17.44%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94479 (or 0xC94479) is known color: Royal Heath. HEX triplet: C9, 44 and 79. RGB value is (201,68,121). Sum of RGB (Red+Green+Blue) = 201+68+121=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C94479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94479 is #36BB86. Grayscale: #717171. Windows color (decimal): -3586951 or 7947465. OLE color: 7947465.

HSL color Cylindrical-coordinate representation of color #C94479: hue angle of 336.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94479 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 121 -
CMYK 0 0.66 0.40 0.21
HSL 336.09º 0.55% 0.53% -
HSV(B) 336.09º 0.66% 0.79% -
XYZ 29.61 17.93 19.99 -
YUV 113.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 201 68 121 0 0.66 0.40 0.21 336.09 0.55 0.53
Hex C9 44 79 0 42 28 15 150 37 35
Octal 311 104 171 0 102 50 25 520 67 65
Binary 11001001 1000100 1111001 0 1000010 101000 10101 101010000 110111 110101

Color Harmonies of #C94479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94479

Black with #C94479

Text Example


Text Example

White with #C94479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94479; }

 p { color: rgb(201,68,121); }

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

background-color css

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

 a { background-color: rgb(201,68,121); }

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

border-color css

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

 span { border-color: rgb(201,68,121); }

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