#C00FD6

Color #C00FD6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C00FD6

Tints of Deep Magenta #C00FD6

Color information

#C00FD6 (or 0xC00FD6) is unknown color: approx Deep Magenta. HEX triplet: C0, 0F and D6. RGB value is (192,15,214). Sum of RGB (Red+Green+Blue) = 192+15+214=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #C00FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FD6 is #3FF029. Grayscale: #595959. Windows color (decimal): -4190250 or 14028736. OLE color: 14028736.

HSL color Cylindrical-coordinate representation of color #C00FD6: hue angle of 293.37º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FD6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19215214-
CMYK0.100.9300.16
HSL293.37º86.9%44.9%-
HSV(B)293.37º92.99%83.92%-
XYZ34.0516.464.99-
YUV90.61197.64200.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 15 (6.25% from 255) = 3.56%
BLUE value IS 214 (83.98% from 255) = 50.83%
R=45.61%
G=3.56%
B=50.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192152140.100.9300.16293.3786.944.9
HexC0FD6A5D010125572d
Octal300173261213502044512755
Binary11000000111111010110101010111010100001001001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00FD6; }

 p { color: rgb(192,15,214); }

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

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

 a { background-color: rgb(192,15,214); }

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

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

 span { border-color: rgb(192,15,214); }

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