#C63F78

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

Shades of Royal Heath #C63F78

Tints of Royal Heath #C63F78

Color information

#C63F78 (or 0xC63F78) is unknown color: approx Royal Heath. HEX triplet: C6, 3F and 78. RGB value is (198,63,120). Sum of RGB (Red+Green+Blue) = 198+63+120=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F78 is #39C087. Grayscale: #6D6D6D. Windows color (decimal): -3784840 or 7880646. OLE color: 7880646.

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

Color convert

RGB19863120-
CMYK00.680.390.22
HSL334.67º54.22%51.18%-
HSV(B)334.67º68.18%77.65%-
XYZ28.4616.9219.53-
YUV109.86133.73190.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 63 (25% from 255) = 16.54%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=51.97%
G=16.54%
B=31.50%

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
Decimal1986312000.680.390.22334.6754.2251.18
HexC63F78044271614f3633
Octal30677170010447265176663
Binary1100011011111111110000100010010011110110101001111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F78; }

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

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

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

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

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

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

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

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