Html Css Color HEX #C112DE Deep Magenta

📋 copy color: '#C112DE'

red 193 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #C112DE

Tints of Deep Magenta #C112DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 44.57%
G = 4.16%
B = 51.27%

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

#C112DE (or 0xC112DE) is known color: Deep Magenta. HEX triplet: C1, 12 and DE. RGB value is (193,18,222). Sum of RGB (Red+Green+Blue) = 193+18+222=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #C112DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112DE is #3EED21. Grayscale: #5C5C5C. Windows color (decimal): -4123938 or 14553793. OLE color: 14553793.

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

Color convert

RGB 193 18 222 -
CMYK 0.13 0.92 0 0.13
HSL 291.47º 0.85% 0.47% -
HSV(B) 291.47º 0.92% 0.87% -
XYZ 35.39 17.04 70.53 -
YUV 93.58 200.48 198.91 -
System Red Green Blue C M Y K H S L
Decimal 193 18 222 0.13 0.92 0 0.13 291.47 0.85 0.47
Hex C1 12 DE D 5C 0 D 123 55 2F
Octal 301 22 336 15 134 0 15 443 125 57
Binary 11000001 10010 11011110 1101 1011100 0 1101 100100011 1010101 101111

Color Harmonies of #C112DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112DE

Black with #C112DE

Text Example


Text Example

White with #C112DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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