Html Css Color HEX #C112DD Deep Magenta

📋 copy color: '#C112DD'

red 193 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C112DD

Tints of Deep Magenta #C112DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.17%

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

R = 44.68%
G = 4.17%
B = 51.16%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C112DD (or 0xC112DD) is known color: Deep Magenta. HEX triplet: C1, 12 and DD. RGB value is (193,18,221). Sum of RGB (Red+Green+Blue) = 193+18+221=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C112DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112DD is #3EED22. Grayscale: #5C5C5C. Windows color (decimal): -4123939 or 14488257. OLE color: 14488257.

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

Color convert

RGB 193 18 221 -
CMYK 0.13 0.92 0 0.13
HSL 291.72º 0.85% 0.47% -
HSV(B) 291.72º 0.92% 0.87% -
XYZ 35.26 16.99 69.83 -
YUV 93.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 193 18 221 0.13 0.92 0 0.13 291.72 0.85 0.47
Hex C1 12 DD D 5C 0 D 124 55 2F
Octal 301 22 335 15 134 0 15 444 125 57
Binary 11000001 10010 11011101 1101 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C112DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112DD

Black with #C112DD

Text Example


Text Example

White with #C112DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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