#C34174

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

Shades of Royal Heath #C34174

Tints of Royal Heath #C34174

Color information

#C34174 (or 0xC34174) is unknown color: approx Royal Heath. HEX triplet: C3, 41 and 74. RGB value is (195,65,116). Sum of RGB (Red+Green+Blue) = 195+65+116=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34174 is #3CBE8B. Grayscale: #6D6D6D. Windows color (decimal): -3980940 or 7619011. OLE color: 7619011.

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

Color convert

RGB19565116-
CMYK00.670.410.24
HSL336.46º52%50.98%-
HSV(B)336.46º66.67%76.47%-
XYZ27.5516.6418.28-
YUV109.68131.57188.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=51.86%
G=17.29%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956511600.670.410.24336.465250.98
HexC3417404329181503433
Octal303101164010351305206463
Binary11000011100000111101000100001110100111000101010000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34174; }

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

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

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

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

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

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

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

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