#C13A71

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

Shades of Royal Heath #C13A71

Tints of Royal Heath #C13A71

Color information

#C13A71 (or 0xC13A71) is unknown color: approx Royal Heath. HEX triplet: C1, 3A and 71. RGB value is (193,58,113). Sum of RGB (Red+Green+Blue) = 193+58+113=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A71 is #3EC58E. Grayscale: #686868. Windows color (decimal): -4113807 or 7420609. OLE color: 7420609.

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

Color convert

RGB19358113-
CMYK00.700.410.24
HSL335.56º53.78%49.22%-
HSV(B)335.56º69.95%75.69%-
XYZ26.4915.5617.23-
YUV104.64132.73191.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=53.02%
G=15.93%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935811300.700.410.24335.5653.7849.22
HexC13A7104629181503631
Octal30172161010651305206661
Binary1100000111101011100010100011010100111000101010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A71; }

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

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

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

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

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

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

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

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