Html Css Color HEX #C122DB Deep Magenta

📋 copy color: '#C122DB'

red 193 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #C122DB

Tints of Deep Magenta #C122DB

RGB

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

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

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

R = 43.27%
G = 7.62%
B = 49.1%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C122DB (or 0xC122DB) is known color: Deep Magenta. HEX triplet: C1, 22 and DB. RGB value is (193,34,219). Sum of RGB (Red+Green+Blue) = 193+34+219=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C122DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122DB is #3EDD24. Grayscale: #666666. Windows color (decimal): -4119845 or 14361281. OLE color: 14361281.

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

Color convert

RGB 193 34 219 -
CMYK 0.12 0.84 0 0.14
HSL 291.57º 0.73% 0.5% -
HSV(B) 291.57º 0.84% 0.86% -
XYZ 35.35 17.6 68.55 -
YUV 102.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 193 34 219 0.12 0.84 0 0.14 291.57 0.73 0.5
Hex C1 22 DB C 54 0 E 124 49 32
Octal 301 42 333 14 124 0 16 444 111 62
Binary 11000001 100010 11011011 1100 1010100 0 1110 100100100 1001001 110010

Color Harmonies of #C122DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122DB

Black with #C122DB

Text Example


Text Example

White with #C122DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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