Html Css Color HEX #C718DC Deep Magenta

📋 copy color: '#C718DC'

red 199 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #C718DC

Tints of Deep Magenta #C718DC

RGB

 RED value IS 199 (78.13% from 255) = 44.92%

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

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

R = 44.92%
G = 5.42%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C718DC (or 0xC718DC) is known color: Deep Magenta. HEX triplet: C7, 18 and DC. RGB value is (199,24,220). Sum of RGB (Red+Green+Blue) = 199+24+220=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C718DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718DC is #38E723. Grayscale: #626262. Windows color (decimal): -3729188 or 14424263. OLE color: 14424263.

HSL color Cylindrical-coordinate representation of color #C718DC: hue angle of 293.57º 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 #C718DC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 24 220 -
CMYK 0.10 0.89 0 0.14
HSL 293.57º 0.8% 0.48% -
HSV(B) 293.57º 0.89% 0.86% -
XYZ 36.8 17.96 69.24 -
YUV 98.67 196.48 199.56 -
System Red Green Blue C M Y K H S L
Decimal 199 24 220 0.10 0.89 0 0.14 293.57 0.8 0.48
Hex C7 18 DC A 59 0 E 126 50 30
Octal 307 30 334 12 131 0 16 446 120 60
Binary 11000111 11000 11011100 1010 1011001 0 1110 100100110 1010000 110000

Color Harmonies of #C718DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718DC

Black with #C718DC

Text Example


Text Example

White with #C718DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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