Html Css Color HEX #C121DB Deep Magenta

📋 copy color: '#C121DB'

red 193 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #C121DB

Tints of Deep Magenta #C121DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.42%

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

R = 43.37%
G = 7.42%
B = 49.21%

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

#C121DB (or 0xC121DB) is known color: Deep Magenta. HEX triplet: C1, 21 and DB. RGB value is (193,33,219). Sum of RGB (Red+Green+Blue) = 193+33+219=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C121DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121DB is #3EDE24. Grayscale: #656565. Windows color (decimal): -4120101 or 14361025. OLE color: 14361025.

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

Color convert

RGB 193 33 219 -
CMYK 0.12 0.85 0 0.14
HSL 291.61º 0.74% 0.49% -
HSV(B) 291.61º 0.85% 0.86% -
XYZ 35.32 17.54 68.54 -
YUV 102.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 193 33 219 0.12 0.85 0 0.14 291.61 0.74 0.49
Hex C1 21 DB C 55 0 E 124 4A 31
Octal 301 41 333 14 125 0 16 444 112 61
Binary 11000001 100001 11011011 1100 1010101 0 1110 100100100 1001010 110001

Color Harmonies of #C121DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121DB

Black with #C121DB

Text Example


Text Example

White with #C121DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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