#C94178

Color #C94178 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C94178

Tints of Royal Heath #C94178

Color information

#C94178 (or 0xC94178) is unknown color: approx Royal Heath. HEX triplet: C9, 41 and 78. RGB value is (201,65,120). Sum of RGB (Red+Green+Blue) = 201+65+120=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94178 is #36BE87. Grayscale: #6F6F6F. Windows color (decimal): -3587720 or 7881161. OLE color: 7881161.

HSL color Cylindrical-coordinate representation of color #C94178: hue angle of 335.74º 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 #C94178 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20165120-
CMYK00.680.400.21
HSL335.74º55.74%52.16%-
HSV(B)335.74º67.66%78.82%-
XYZ29.3717.5519.61-
YUV111.93132.56191.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.07%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=52.07%
G=16.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016512000.680.400.21335.7455.7452.16
HexC9417804428151503834
Octal311101170010450255207064
Binary11001001100000111110000100010010100010101101010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94178; }

 p { color: rgb(201,65,120); }

 H1.HeaderClassName
 {
   color: #C94178;
 }
 .AnyTagClassName
 {
   color: #C94178;
 }
</style>
background-color css

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

 a { background-color: rgb(201,65,120); }

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

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

 span { border-color: rgb(201,65,120); }

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