Html Css Color HEX #C011C0 Deep Magenta

📋 copy color: '#C011C0'

red 192 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #C011C0

Tints of Deep Magenta #C011C0

RGB

 RED value IS 192 (75.39% from 255) = 47.88%

 GREEN value IS 17 (7.03% from 255) = 4.24%

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 47.88%
G = 4.24%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C011C0 (or 0xC011C0) is known color: Deep Magenta. HEX triplet: C0, 11 and C0. RGB value is (192,17,192). Sum of RGB (Red+Green+Blue) = 192+17+192=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C011C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011C0 is #3FEE3F. Grayscale: #585858. Windows color (decimal): -4189760 or 12587456. OLE color: 12587456.

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

Color convert

RGB 192 17 192 -
CMYK 0 0.91 0 0.25
HSL 300º 0.84% 0.41% -
HSV(B) 300º 0.91% 0.75% -
XYZ 31.45 15.41 51.19 -
YUV 89.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 192 17 192 0 0.91 0 0.25 300 0.84 0.41
Hex C0 11 C0 0 5B 0 19 12C 54 29
Octal 300 21 300 0 133 0 31 454 124 51
Binary 11000000 10001 11000000 0 1011011 0 11001 100101100 1010100 101001

Color Harmonies of #C011C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011C0

Black with #C011C0

Text Example


Text Example

White with #C011C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011C0; }

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

 H1.HeaderClassName
 {
   color: #C011C0;
 }
 .AnyTagClassName
 {
   color: #C011C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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