Html Css Color HEX #C94079 Royal Heath

📋 copy color: '#C94079'

red 201 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C94079

Tints of Royal Heath #C94079

RGB

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

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

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

R = 52.07%
G = 16.58%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94079 (or 0xC94079) is known color: Royal Heath. HEX triplet: C9, 40 and 79. RGB value is (201,64,121). Sum of RGB (Red+Green+Blue) = 201+64+121=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94079 is #36BF86. Grayscale: #6F6F6F. Windows color (decimal): -3587975 or 7946441. OLE color: 7946441.

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

Color convert

RGB 201 64 121 -
CMYK 0 0.68 0.40 0.21
HSL 335.04º 0.56% 0.52% -
HSV(B) 335.04º 0.68% 0.79% -
XYZ 29.37 17.46 19.91 -
YUV 111.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 201 64 121 0 0.68 0.40 0.21 335.04 0.56 0.52
Hex C9 40 79 0 44 28 15 14F 38 34
Octal 311 100 171 0 104 50 25 517 70 64
Binary 11001001 1000000 1111001 0 1000100 101000 10101 101001111 111000 110100

Color Harmonies of #C94079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94079

Black with #C94079

Text Example


Text Example

White with #C94079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94079; }

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

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

background-color css

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

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

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

border-color css

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

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

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