#C63F79

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

Shades of Royal Heath #C63F79

Tints of Royal Heath #C63F79

Color information

#C63F79 (or 0xC63F79) is unknown color: approx Royal Heath. HEX triplet: C6, 3F and 79. RGB value is (198,63,121). Sum of RGB (Red+Green+Blue) = 198+63+121=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F79 is #39C086. Grayscale: #6D6D6D. Windows color (decimal): -3784839 or 7946182. OLE color: 7946182.

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

Color convert

RGB19863121-
CMYK00.680.390.22
HSL334.22º54.22%51.18%-
HSV(B)334.22º68.18%77.65%-
XYZ28.5216.9419.86-
YUV109.98134.23190.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.83%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=51.83%
G=16.49%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986312100.680.390.22334.2254.2251.18
HexC63F79044271614e3633
Octal30677171010447265166663
Binary1100011011111111110010100010010011110110101001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F79; }

 p { color: rgb(198,63,121); }

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

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

 a { background-color: rgb(198,63,121); }

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

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

 span { border-color: rgb(198,63,121); }

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