Html Css Color HEX #C110DD Deep Magenta

📋 copy color: '#C110DD'

red 193 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C110DD

Tints of Deep Magenta #C110DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 44.88%
G = 3.72%
B = 51.4%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C110DD (or 0xC110DD) is known color: Deep Magenta. HEX triplet: C1, 10 and DD. RGB value is (193,16,221). Sum of RGB (Red+Green+Blue) = 193+16+221=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C110DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110DD is #3EEF22. Grayscale: #5B5B5B. Windows color (decimal): -4124451 or 14487745. OLE color: 14487745.

HSL color Cylindrical-coordinate representation of color #C110DD: hue angle of 291.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C110DD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 16 221 -
CMYK 0.13 0.93 0 0.13
HSL 291.8º 0.86% 0.46% -
HSV(B) 291.8º 0.93% 0.87% -
XYZ 35.23 16.93 69.82 -
YUV 92.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 193 16 221 0.13 0.93 0 0.13 291.8 0.86 0.46
Hex C1 10 DD D 5D 0 D 124 56 2E
Octal 301 20 335 15 135 0 15 444 126 56
Binary 11000001 10000 11011101 1101 1011101 0 1101 100100100 1010110 101110

Color Harmonies of #C110DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110DD

Black with #C110DD

Text Example


Text Example

White with #C110DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110DD; }

 p { color: rgb(193,16,221); }

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

background-color css

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

 a { background-color: rgb(193,16,221); }

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

border-color css

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

 span { border-color: rgb(193,16,221); }

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