#C000C0

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

Shades of Deep Magenta #C000C0

Tints of Deep Magenta #C000C0

Color information

#C000C0 (or 0xC000C0) is unknown color: approx Deep Magenta. HEX triplet: C0, 00 and C0. RGB value is (192,0,192). Sum of RGB (Red+Green+Blue) = 192+0+192=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C000C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000C0 is #3FFF3F. Grayscale: #4E4E4E. Windows color (decimal): -4194112 or 12583104. OLE color: 12583104.

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

Color convert

RGB1920192-
CMYK0100.25
HSL300º100%37.65%-
HSV(B)300º100%75.29%-
XYZ31.2515.0151.12-
YUV79.3191.61208.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 192 (75.39% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19201920100.2530010037.65
HexC00C006401912c6426
Octal3000300014403145414446
Binary11000000011000000011001000110011001011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C000C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C000C0; }

 p { color: rgb(192,0,192); }

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

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

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

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

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

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

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