#c34478

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

Shades of Royal Heath #C34478

Tints of Royal Heath #C34478

Color information

#C34478 (or 0xC34478) is unknown color: approx Royal Heath. HEX triplet: C3, 44 and 78. RGB value is (195,68,120). Sum of RGB (Red+Green+Blue) = 195+68+120=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34478 is #3CBB87. Grayscale: #6F6F6F. Windows color (decimal): -3980168 or 7881923. OLE color: 7881923.

HSL color Cylindrical-coordinate representation of color #C34478: hue angle of 335.43º 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 #C34478 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19568120-
CMYK00.650.380.24
HSL335.43º51.42%51.57%-
HSV(B)335.43º65.13%76.47%-
XYZ27.9617.0919.59-
YUV111.9132.58187.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=50.91%
G=17.75%
B=31.33%

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
Decimal1956812000.650.380.24335.4351.4251.57
HexC34478041261814f3334
Octal303104170010146305176364
Binary11000011100010011110000100000110011011000101001111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34478; }

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

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

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

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

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

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

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

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