Html Css Color HEX #C018DC Deep Magenta

📋 copy color: '#C018DC'

red 192 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #C018DC

Tints of Deep Magenta #C018DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

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

R = 44.04%
G = 5.5%
B = 50.46%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C018DC (or 0xC018DC) is known color: Deep Magenta. HEX triplet: C0, 18 and DC. RGB value is (192,24,220). Sum of RGB (Red+Green+Blue) = 192+24+220=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #C018DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018DC is #3FE723. Grayscale: #5F5F5F. Windows color (decimal): -4187940 or 14424256. OLE color: 14424256.

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

Color convert

RGB 192 24 220 -
CMYK 0.13 0.89 0 0.14
HSL 291.43º 0.8% 0.48% -
HSV(B) 291.43º 0.89% 0.86% -
XYZ 34.98 17.03 69.15 -
YUV 96.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 192 24 220 0.13 0.89 0 0.14 291.43 0.8 0.48
Hex C0 18 DC D 59 0 E 123 50 30
Octal 300 30 334 15 131 0 16 443 120 60
Binary 11000000 11000 11011100 1101 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #C018DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018DC

Black with #C018DC

Text Example


Text Example

White with #C018DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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