#C1417A

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

Shades of Royal Heath #C1417A

Tints of Royal Heath #C1417A

Color information

#C1417A (or 0xC1417A) is unknown color: approx Royal Heath. HEX triplet: C1, 41 and 7A. RGB value is (193,65,122). Sum of RGB (Red+Green+Blue) = 193+65+122=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1417A is #3EBE85. Grayscale: #6D6D6D. Windows color (decimal): -4112006 or 8012225. OLE color: 8012225.

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

Color convert

RGB19365122-
CMYK00.660.370.24
HSL333.28º50.79%50.59%-
HSV(B)333.28º66.32%75.69%-
XYZ27.416.5220.16-
YUV109.77134.91187.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=50.79%
G=17.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936512200.660.370.24333.2850.7950.59
HexC1417A042251814d3333
Octal301101172010245305156363
Binary11000001100000111110100100001010010111000101001101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1417A; }

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

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

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

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

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

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

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

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