#C0407C

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

Shades of Royal Heath #C0407C

Tints of Royal Heath #C0407C

Color information

#C0407C (or 0xC0407C) is unknown color: approx Royal Heath. HEX triplet: C0, 40 and 7C. RGB value is (192,64,124). Sum of RGB (Red+Green+Blue) = 192+64+124=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0407C is #3FBF83. Grayscale: #6C6C6C. Windows color (decimal): -4177796 or 8143040. OLE color: 8143040.

HSL color Cylindrical-coordinate representation of color #C0407C: hue angle of 331.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0407C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19264124-
CMYK00.670.350.25
HSL331.88º50.39%50.2%-
HSV(B)331.88º66.67%75.29%-
XYZ27.2116.3320.79-
YUV109.11136.41187.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=50.53%
G=16.84%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926412400.670.350.25331.8850.3950.2
HexC0407C043231914c3232
Octal300100174010343315146262
Binary11000000100000011111000100001110001111001101001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0407C; }

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

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

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

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

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

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

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

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