Html Css Color HEX #C113DB Deep Magenta

📋 copy color: '#C113DB'

red 193 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C113DB

Tints of Deep Magenta #C113DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

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

R = 44.78%
G = 4.41%
B = 50.81%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C113DB (or 0xC113DB) is known color: Deep Magenta. HEX triplet: C1, 13 and DB. RGB value is (193,19,219). Sum of RGB (Red+Green+Blue) = 193+19+219=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C113DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DB is #3EEC24. Grayscale: #5D5D5D. Windows color (decimal): -4123685 or 14357441. OLE color: 14357441.

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

Color convert

RGB 193 19 219 -
CMYK 0.12 0.91 0 0.14
HSL 292.2º 0.84% 0.47% -
HSV(B) 292.2º 0.91% 0.86% -
XYZ 35.01 16.92 68.44 -
YUV 93.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 193 19 219 0.12 0.91 0 0.14 292.2 0.84 0.47
Hex C1 13 DB C 5B 0 E 124 54 2F
Octal 301 23 333 14 133 0 16 444 124 57
Binary 11000001 10011 11011011 1100 1011011 0 1110 100100100 1010100 101111

Color Harmonies of #C113DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113DB

Black with #C113DB

Text Example


Text Example

White with #C113DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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