Html Css Color HEX #C013D0 Deep Magenta

📋 copy color: '#C013D0'

red 192 ◦ green 19 ◦ blue 208

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

Shades of Deep Magenta #C013D0

Tints of Deep Magenta #C013D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 45.82%
G = 4.53%
B = 49.64%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C013D0 (or 0xC013D0) is known color: Deep Magenta. HEX triplet: C0, 13 and D0. RGB value is (192,19,208). Sum of RGB (Red+Green+Blue) = 192+19+208=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #C013D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013D0 is #3FEC2F. Grayscale: #5B5B5B. Windows color (decimal): -4189232 or 13636544. OLE color: 13636544.

HSL color Cylindrical-coordinate representation of color #C013D0: hue angle of 294.92º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C013D0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 19 208 -
CMYK 0.08 0.91 0 0.18
HSL 294.92º 0.83% 0.45% -
HSV(B) 294.92º 0.91% 0.82% -
XYZ 33.36 16.23 61.05 -
YUV 92.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 192 19 208 0.08 0.91 0 0.18 294.92 0.83 0.45
Hex C0 13 D0 8 5B 0 12 127 53 2D
Octal 300 23 320 10 133 0 22 447 123 55
Binary 11000000 10011 11010000 1000 1011011 0 10010 100100111 1010011 101101

Color Harmonies of #C013D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013D0

Black with #C013D0

Text Example


Text Example

White with #C013D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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