Html Css Color HEX #C122DC Deep Magenta

📋 copy color: '#C122DC'

red 193 ◦ green 34 ◦ blue 220

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

Shades of Deep Magenta #C122DC

Tints of Deep Magenta #C122DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.61%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 43.18%
G = 7.61%
B = 49.22%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C122DC (or 0xC122DC) is known color: Deep Magenta. HEX triplet: C1, 22 and DC. RGB value is (193,34,220). Sum of RGB (Red+Green+Blue) = 193+34+220=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C122DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122DC is #3EDD23. Grayscale: #666666. Windows color (decimal): -4119844 or 14426817. OLE color: 14426817.

HSL color Cylindrical-coordinate representation of color #C122DC: hue angle of 291.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C122DC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 34 220 -
CMYK 0.12 0.85 0 0.14
HSL 291.29º 0.73% 0.5% -
HSV(B) 291.29º 0.85% 0.86% -
XYZ 35.48 17.65 69.25 -
YUV 102.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 193 34 220 0.12 0.85 0 0.14 291.29 0.73 0.5
Hex C1 22 DC C 55 0 E 123 49 32
Octal 301 42 334 14 125 0 16 443 111 62
Binary 11000001 100010 11011100 1100 1010101 0 1110 100100011 1001001 110010

Color Harmonies of #C122DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122DC

Black with #C122DC

Text Example


Text Example

White with #C122DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122DC; }

 p { color: rgb(193,34,220); }

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

background-color css

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

 a { background-color: rgb(193,34,220); }

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

border-color css

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

 span { border-color: rgb(193,34,220); }

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