Html Css Color HEX #C014DF Deep Magenta

📋 copy color: '#C014DF'

red 192 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #C014DF

Tints of Deep Magenta #C014DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 44.14%
G = 4.6%
B = 51.26%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C014DF (or 0xC014DF) is known color: Deep Magenta. HEX triplet: C0, 14 and DF. RGB value is (192,20,223). Sum of RGB (Red+Green+Blue) = 192+20+223=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C014DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014DF is #3FEB20. Grayscale: #5D5D5D. Windows color (decimal): -4188961 or 14619840. OLE color: 14619840.

HSL color Cylindrical-coordinate representation of color #C014DF: hue angle of 290.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014DF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 20 223 -
CMYK 0.14 0.91 0 0.13
HSL 290.84º 0.84% 0.48% -
HSV(B) 290.84º 0.91% 0.87% -
XYZ 35.31 17.03 71.24 -
YUV 94.57 200.48 197.49 -
System Red Green Blue C M Y K H S L
Decimal 192 20 223 0.14 0.91 0 0.13 290.84 0.84 0.48
Hex C0 14 DF E 5B 0 D 123 54 30
Octal 300 24 337 16 133 0 15 443 124 60
Binary 11000000 10100 11011111 1110 1011011 0 1101 100100011 1010100 110000

Color Harmonies of #C014DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014DF

Black with #C014DF

Text Example


Text Example

White with #C014DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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