Html Css Color HEX #C120DB Deep Magenta

📋 copy color: '#C120DB'

red 193 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #C120DB

Tints of Deep Magenta #C120DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 43.47%
G = 7.21%
B = 49.32%

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

#C120DB (or 0xC120DB) is known color: Deep Magenta. HEX triplet: C1, 20 and DB. RGB value is (193,32,219). Sum of RGB (Red+Green+Blue) = 193+32+219=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C120DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120DB is #3EDF24. Grayscale: #646464. Windows color (decimal): -4120357 or 14360769. OLE color: 14360769.

HSL color Cylindrical-coordinate representation of color #C120DB: hue angle of 291.66º 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 #C120DB is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 32 219 -
CMYK 0.12 0.85 0 0.14
HSL 291.66º 0.75% 0.49% -
HSV(B) 291.66º 0.85% 0.86% -
XYZ 35.3 17.48 68.53 -
YUV 101.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 193 32 219 0.12 0.85 0 0.14 291.66 0.75 0.49
Hex C1 20 DB C 55 0 E 124 4B 31
Octal 301 40 333 14 125 0 16 444 113 61
Binary 11000001 100000 11011011 1100 1010101 0 1110 100100100 1001011 110001

Color Harmonies of #C120DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120DB

Black with #C120DB

Text Example


Text Example

White with #C120DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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