#C34578

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

Shades of Royal Heath #C34578

Tints of Royal Heath #C34578

Color information

#C34578 (or 0xC34578) is unknown color: approx Royal Heath. HEX triplet: C3, 45 and 78. RGB value is (195,69,120). Sum of RGB (Red+Green+Blue) = 195+69+120=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34578 is #3CBA87. Grayscale: #707070. Windows color (decimal): -3979912 or 7882179. OLE color: 7882179.

HSL color Cylindrical-coordinate representation of color #C34578: hue angle of 335.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34578 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19569120-
CMYK00.650.380.24
HSL335.71º51.22%51.76%-
HSV(B)335.71º64.62%76.47%-
XYZ28.0217.2119.61-
YUV112.49132.24186.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=50.78%
G=17.97%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956912000.650.380.24335.7151.2251.76
HexC3457804126181503334
Octal303105170010146305206364
Binary11000011100010111110000100000110011011000101010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34578; }

 p { color: rgb(195,69,120); }

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

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

 a { background-color: rgb(195,69,120); }

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

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

 span { border-color: rgb(195,69,120); }

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