Html Css Color HEX #C013DB Deep Magenta

📋 copy color: '#C013DB'

red 192 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C013DB

Tints of Deep Magenta #C013DB

RGB

 RED value IS 192 (75.39% from 255) = 44.65%

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

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

R = 44.65%
G = 4.42%
B = 50.93%

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

#C013DB (or 0xC013DB) is known color: Deep Magenta. HEX triplet: C0, 13 and DB. RGB value is (192,19,219). Sum of RGB (Red+Green+Blue) = 192+19+219=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C013DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013DB is #3FEC24. Grayscale: #5C5C5C. Windows color (decimal): -4189221 or 14357440. OLE color: 14357440.

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

Color convert

RGB 192 19 219 -
CMYK 0.12 0.91 0 0.14
HSL 291.9º 0.84% 0.47% -
HSV(B) 291.9º 0.91% 0.86% -
XYZ 34.76 16.79 68.43 -
YUV 93.53 198.81 198.24 -
System Red Green Blue C M Y K H S L
Decimal 192 19 219 0.12 0.91 0 0.14 291.9 0.84 0.47
Hex C0 13 DB C 5B 0 E 124 54 2F
Octal 300 23 333 14 133 0 16 444 124 57
Binary 11000000 10011 11011011 1100 1011011 0 1110 100100100 1010100 101111

Color Harmonies of #C013DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013DB

Black with #C013DB

Text Example


Text Example

White with #C013DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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