#C13A74

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

Shades of Royal Heath #C13A74

Tints of Royal Heath #C13A74

Color information

#C13A74 (or 0xC13A74) is unknown color: approx Royal Heath. HEX triplet: C1, 3A and 74. RGB value is (193,58,116). Sum of RGB (Red+Green+Blue) = 193+58+116=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A74 is #3EC58B. Grayscale: #686868. Windows color (decimal): -4113804 or 7617217. OLE color: 7617217.

HSL color Cylindrical-coordinate representation of color #C13A74: hue angle of 334.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A74 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19358116-
CMYK00.700.400.24
HSL334.22º53.78%49.22%-
HSV(B)334.22º69.95%75.69%-
XYZ26.6615.6218.13-
YUV104.98134.23190.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=52.59%
G=15.80%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935811600.700.400.24334.2253.7849.22
HexC13A74046281814e3631
Octal30172164010650305166661
Binary1100000111101011101000100011010100011000101001110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A74; }

 p { color: rgb(193,58,116); }

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

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

 a { background-color: rgb(193,58,116); }

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

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

 span { border-color: rgb(193,58,116); }

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