Html Css Color HEX #C716DC Deep Magenta

📋 copy color: '#C716DC'

red 199 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #C716DC

Tints of Deep Magenta #C716DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.99%

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

R = 45.12%
G = 4.99%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C716DC (or 0xC716DC) is known color: Deep Magenta. HEX triplet: C7, 16 and DC. RGB value is (199,22,220). Sum of RGB (Red+Green+Blue) = 199+22+220=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C716DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716DC is #38E923. Grayscale: #606060. Windows color (decimal): -3729700 or 14423751. OLE color: 14423751.

HSL color Cylindrical-coordinate representation of color #C716DC: hue angle of 293.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C716DC is Cyan = 0.10, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 22 220 -
CMYK 0.10 0.9 0 0.14
HSL 293.64º 0.82% 0.47% -
HSV(B) 293.64º 0.9% 0.86% -
XYZ 36.76 17.88 69.22 -
YUV 97.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 199 22 220 0.10 0.9 0 0.14 293.64 0.82 0.47
Hex C7 16 DC A 5A 0 E 126 52 2F
Octal 307 26 334 12 132 0 16 446 122 57
Binary 11000111 10110 11011100 1010 1011010 0 1110 100100110 1010010 101111

Color Harmonies of #C716DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716DC

Black with #C716DC

Text Example


Text Example

White with #C716DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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