Html Css Color HEX #C013D8 Deep Magenta

📋 copy color: '#C013D8'

red 192 ◦ green 19 ◦ blue 216

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

Shades of Deep Magenta #C013D8

Tints of Deep Magenta #C013D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 44.96%
G = 4.45%
B = 50.59%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C013D8 (or 0xC013D8) is known color: Deep Magenta. HEX triplet: C0, 13 and D8. RGB value is (192,19,216). Sum of RGB (Red+Green+Blue) = 192+19+216=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #C013D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013D8 is #3FEC27. Grayscale: #5C5C5C. Windows color (decimal): -4189224 or 14160832. OLE color: 14160832.

HSL color Cylindrical-coordinate representation of color #C013D8: hue angle of 292.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013D8 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 19 216 -
CMYK 0.11 0.91 0 0.15
HSL 292.69º 0.84% 0.46% -
HSV(B) 292.69º 0.91% 0.85% -
XYZ 34.37 16.63 66.36 -
YUV 93.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 192 19 216 0.11 0.91 0 0.15 292.69 0.84 0.46
Hex C0 13 D8 B 5B 0 F 125 54 2E
Octal 300 23 330 13 133 0 17 445 124 56
Binary 11000000 10011 11011000 1011 1011011 0 1111 100100101 1010100 101110

Color Harmonies of #C013D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013D8

Black with #C013D8

Text Example


Text Example

White with #C013D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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