#C1407B

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

Shades of Royal Heath #C1407B

Tints of Royal Heath #C1407B

Color information

#C1407B (or 0xC1407B) is unknown color: approx Royal Heath. HEX triplet: C1, 40 and 7B. RGB value is (193,64,123). Sum of RGB (Red+Green+Blue) = 193+64+123=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C1407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1407B is #3EBF84. Grayscale: #6D6D6D. Windows color (decimal): -4112261 or 8077505. OLE color: 8077505.

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

Color convert

RGB19364123-
CMYK00.670.360.24
HSL332.56º50.99%50.39%-
HSV(B)332.56º66.84%75.69%-
XYZ27.416.4320.47-
YUV109.3135.74187.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=50.79%
G=16.84%
B=32.37%

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
Decimal1936412300.670.360.24332.5650.9950.39
HexC1407B043241814d3332
Octal301100173010344305156362
Binary11000001100000011110110100001110010011000101001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1407B; }

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

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

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

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

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

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

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

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