Html Css Color HEX #C111CE Deep Magenta

📋 copy color: '#C111CE'

red 193 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #C111CE

Tints of Deep Magenta #C111CE

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

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

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

R = 46.39%
G = 4.09%
B = 49.52%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C111CE (or 0xC111CE) is known color: Deep Magenta. HEX triplet: C1, 11 and CE. RGB value is (193,17,206). Sum of RGB (Red+Green+Blue) = 193+17+206=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #C111CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111CE is #3EEE31. Grayscale: #5A5A5A. Windows color (decimal): -4124210 or 13504961. OLE color: 13504961.

HSL color Cylindrical-coordinate representation of color #C111CE: hue angle of 295.87º 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 #C111CE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 17 206 -
CMYK 0.06 0.92 0 0.19
HSL 295.87º 0.85% 0.44% -
HSV(B) 295.87º 0.92% 0.81% -
XYZ 33.33 16.19 59.76 -
YUV 91.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 193 17 206 0.06 0.92 0 0.19 295.87 0.85 0.44
Hex C1 11 CE 6 5C 0 13 128 55 2C
Octal 301 21 316 6 134 0 23 450 125 54
Binary 11000001 10001 11001110 110 1011100 0 10011 100101000 1010101 101100

Color Harmonies of #C111CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111CE

Black with #C111CE

Text Example


Text Example

White with #C111CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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