Html Css Color HEX #C120DC Deep Magenta

📋 copy color: '#C120DC'

red 193 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #C120DC

Tints of Deep Magenta #C120DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.19%

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

R = 43.37%
G = 7.19%
B = 49.44%

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

#C120DC (or 0xC120DC) is known color: Deep Magenta. HEX triplet: C1, 20 and DC. RGB value is (193,32,220). Sum of RGB (Red+Green+Blue) = 193+32+220=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #C120DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120DC is #3EDF23. Grayscale: #646464. Windows color (decimal): -4120356 or 14426305. OLE color: 14426305.

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

Color convert

RGB 193 32 220 -
CMYK 0.12 0.85 0 0.14
HSL 291.38º 0.75% 0.49% -
HSV(B) 291.38º 0.85% 0.86% -
XYZ 35.43 17.54 69.23 -
YUV 101.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 193 32 220 0.12 0.85 0 0.14 291.38 0.75 0.49
Hex C1 20 DC C 55 0 E 123 4B 31
Octal 301 40 334 14 125 0 16 443 113 61
Binary 11000001 100000 11011100 1100 1010101 0 1110 100100011 1001011 110001

Color Harmonies of #C120DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120DC

Black with #C120DC

Text Example


Text Example

White with #C120DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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