Html Css Color HEX #C120DF Deep Magenta

📋 copy color: '#C120DF'

red 193 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #C120DF

Tints of Deep Magenta #C120DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 43.08%
G = 7.14%
B = 49.78%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C120DF (or 0xC120DF) is known color: Deep Magenta. HEX triplet: C1, 20 and DF. RGB value is (193,32,223). Sum of RGB (Red+Green+Blue) = 193+32+223=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C120DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120DF is #3EDF20. Grayscale: #656565. Windows color (decimal): -4120353 or 14622913. OLE color: 14622913.

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

Color convert

RGB 193 32 223 -
CMYK 0.13 0.86 0 0.13
HSL 290.58º 0.75% 0.5% -
HSV(B) 290.58º 0.86% 0.87% -
XYZ 35.83 17.7 71.34 -
YUV 101.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 193 32 223 0.13 0.86 0 0.13 290.58 0.75 0.5
Hex C1 20 DF D 56 0 D 123 4B 32
Octal 301 40 337 15 126 0 15 443 113 62
Binary 11000001 100000 11011111 1101 1010110 0 1101 100100011 1001011 110010

Color Harmonies of #C120DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120DF

Black with #C120DF

Text Example


Text Example

White with #C120DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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