Html Css Color HEX #C014DC Deep Magenta

📋 copy color: '#C014DC'

red 192 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #C014DC

Tints of Deep Magenta #C014DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.63%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 44.44%
G = 4.63%
B = 50.93%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C014DC (or 0xC014DC) is known color: Deep Magenta. HEX triplet: C0, 14 and DC. RGB value is (192,20,220). Sum of RGB (Red+Green+Blue) = 192+20+220=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C014DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014DC is #3FEB23. Grayscale: #5D5D5D. Windows color (decimal): -4188964 or 14423232. OLE color: 14423232.

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

Color convert

RGB 192 20 220 -
CMYK 0.13 0.91 0 0.14
HSL 291.6º 0.83% 0.47% -
HSV(B) 291.6º 0.91% 0.86% -
XYZ 34.91 16.87 69.13 -
YUV 94.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 192 20 220 0.13 0.91 0 0.14 291.6 0.83 0.47
Hex C0 14 DC D 5B 0 E 124 53 2F
Octal 300 24 334 15 133 0 16 444 123 57
Binary 11000000 10100 11011100 1101 1011011 0 1110 100100100 1010011 101111

Color Harmonies of #C014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014DC

Black with #C014DC

Text Example


Text Example

White with #C014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014DC; }

 p { color: rgb(192,20,220); }

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

background-color css

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

 a { background-color: rgb(192,20,220); }

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

border-color css

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

 span { border-color: rgb(192,20,220); }

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