#C1417C

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

Shades of Royal Heath #C1417C

Tints of Royal Heath #C1417C

Color information

#C1417C (or 0xC1417C) is unknown color: approx Royal Heath. HEX triplet: C1, 41 and 7C. RGB value is (193,65,124). Sum of RGB (Red+Green+Blue) = 193+65+124=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1417C is #3EBE83. Grayscale: #6D6D6D. Windows color (decimal): -4112004 or 8143297. OLE color: 8143297.

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

Color convert

RGB19365124-
CMYK00.660.360.24
HSL332.34º50.79%50.59%-
HSV(B)332.34º66.32%75.69%-
XYZ27.5216.5720.82-
YUV110135.91187.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=50.52%
G=17.02%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936512400.660.360.24332.3450.7950.59
HexC1417C042241814c3333
Octal301101174010244305146363
Binary11000001100000111111000100001010010011000101001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1417C; }

 p { color: rgb(193,65,124); }

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

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

 a { background-color: rgb(193,65,124); }

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

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

 span { border-color: rgb(193,65,124); }

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