Html Css Color HEX #C000C0 Deep Magenta

📋 copy color: '#C000C0'

red 192 ◦ green 0 ◦ blue 192

#C000C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C000C0

Tints of Deep Magenta #C000C0

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 value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C000C0 (or 0xC000C0) is known color: 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

RGB 192 0 192 -
CMYK 0 1 0 0.25
HSL 300º 1% 0.38% -
HSV(B) 300º 1% 0.75% -
XYZ 31.25 15.01 51.12 -
YUV 79.3 191.61 208.39 -
System Red Green Blue C M Y K H S L
Decimal 192 0 192 0 1 0 0.25 300 1 0.38
Hex C0 0 C0 0 64 0 19 12C 64 26
Octal 300 0 300 0 144 0 31 454 144 46
Binary 11000000 0 11000000 0 1100100 0 11001 100101100 1100100 100110

Color Harmonies of #C000C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000C0

Black with #C000C0

Text Example


Text Example

White with #C000C0

Text Example


Text Example

HTML Codes & Css Web 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>