Html Css Color HEX #C011CE Deep Magenta

📋 copy color: '#C011CE'

red 192 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #C011CE

Tints of Deep Magenta #C011CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 46.27%
G = 4.1%
B = 49.64%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C011CE (or 0xC011CE) is known color: Deep Magenta. HEX triplet: C0, 11 and CE. RGB value is (192,17,206). Sum of RGB (Red+Green+Blue) = 192+17+206=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #C011CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011CE is #3FEE31. Grayscale: #5A5A5A. Windows color (decimal): -4189746 or 13504960. OLE color: 13504960.

HSL color Cylindrical-coordinate representation of color #C011CE: hue angle of 295.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C011CE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 17 206 -
CMYK 0.07 0.92 0 0.19
HSL 295.56º 0.85% 0.44% -
HSV(B) 295.56º 0.92% 0.81% -
XYZ 33.08 16.06 59.75 -
YUV 90.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 192 17 206 0.07 0.92 0 0.19 295.56 0.85 0.44
Hex C0 11 CE 7 5C 0 13 128 55 2C
Octal 300 21 316 7 134 0 23 450 125 54
Binary 11000000 10001 11001110 111 1011100 0 10011 100101000 1010101 101100

Color Harmonies of #C011CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011CE

Black with #C011CE

Text Example


Text Example

White with #C011CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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