#C1407C

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

Shades of Royal Heath #C1407C

Tints of Royal Heath #C1407C

Color information

#C1407C (or 0xC1407C) is unknown color: approx Royal Heath. HEX triplet: C1, 40 and 7C. RGB value is (193,64,124). Sum of RGB (Red+Green+Blue) = 193+64+124=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1407C is #3EBF83. Grayscale: #6D6D6D. Windows color (decimal): -4112260 or 8143041. OLE color: 8143041.

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

Color convert

RGB19364124-
CMYK00.670.360.24
HSL332.09º50.99%50.39%-
HSV(B)332.09º66.84%75.69%-
XYZ27.4616.4620.8-
YUV109.41136.24187.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=50.66%
G=16.80%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936412400.670.360.24332.0950.9950.39
HexC1407C043241814c3332
Octal301100174010344305146362
Binary11000001100000011111000100001110010011000101001100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1407C; }

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

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

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

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

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

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

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

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