#C34474

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

Shades of Royal Heath #C34474

Tints of Royal Heath #C34474

Color information

#C34474 (or 0xC34474) is unknown color: approx Royal Heath. HEX triplet: C3, 44 and 74. RGB value is (195,68,116). Sum of RGB (Red+Green+Blue) = 195+68+116=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34474 is #3CBB8B. Grayscale: #6F6F6F. Windows color (decimal): -3980172 or 7619779. OLE color: 7619779.

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

Color convert

RGB19568116-
CMYK00.650.410.24
HSL337.32º51.42%51.57%-
HSV(B)337.32º65.13%76.47%-
XYZ27.731718.34-
YUV111.44130.58187.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=51.45%
G=17.94%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956811600.650.410.24337.3251.4251.57
HexC3447404129181513334
Octal303104164010151305216364
Binary11000011100010011101000100000110100111000101010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34474; }

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

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

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

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

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

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

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

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