Html Css Color HEX #C013D7 Deep Magenta

📋 copy color: '#C013D7'

red 192 ◦ green 19 ◦ blue 215

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

Shades of Deep Magenta #C013D7

Tints of Deep Magenta #C013D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 45.07%
G = 4.46%
B = 50.47%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C013D7 (or 0xC013D7) is known color: Deep Magenta. HEX triplet: C0, 13 and D7. RGB value is (192,19,215). Sum of RGB (Red+Green+Blue) = 192+19+215=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #C013D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013D7 is #3FEC28. Grayscale: #5C5C5C. Windows color (decimal): -4189225 or 14095296. OLE color: 14095296.

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

Color convert

RGB 192 19 215 -
CMYK 0.11 0.91 0 0.16
HSL 292.96º 0.84% 0.46% -
HSV(B) 292.96º 0.91% 0.84% -
XYZ 34.24 16.58 65.69 -
YUV 93.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 192 19 215 0.11 0.91 0 0.16 292.96 0.84 0.46
Hex C0 13 D7 B 5B 0 10 125 54 2E
Octal 300 23 327 13 133 0 20 445 124 56
Binary 11000000 10011 11010111 1011 1011011 0 10000 100100101 1010100 101110

Color Harmonies of #C013D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013D7

Black with #C013D7

Text Example


Text Example

White with #C013D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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