Html Css Color HEX #C123DB Deep Magenta

📋 copy color: '#C123DB'

red 193 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #C123DB

Tints of Deep Magenta #C123DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.83%

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

R = 43.18%
G = 7.83%
B = 48.99%

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

#C123DB (or 0xC123DB) is known color: Deep Magenta. HEX triplet: C1, 23 and DB. RGB value is (193,35,219). Sum of RGB (Red+Green+Blue) = 193+35+219=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C123DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123DB is #3EDC24. Grayscale: #666666. Windows color (decimal): -4119589 or 14361537. OLE color: 14361537.

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

Color convert

RGB 193 35 219 -
CMYK 0.12 0.84 0 0.14
HSL 291.52º 0.72% 0.5% -
HSV(B) 291.52º 0.84% 0.86% -
XYZ 35.38 17.65 68.56 -
YUV 103.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 193 35 219 0.12 0.84 0 0.14 291.52 0.72 0.5
Hex C1 23 DB C 54 0 E 124 48 32
Octal 301 43 333 14 124 0 16 444 110 62
Binary 11000001 100011 11011011 1100 1010100 0 1110 100100100 1001000 110010

Color Harmonies of #C123DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123DB

Black with #C123DB

Text Example


Text Example

White with #C123DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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