Html Css Color HEX #C715DC Deep Magenta

📋 copy color: '#C715DC'

red 199 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #C715DC

Tints of Deep Magenta #C715DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

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

R = 45.23%
G = 4.77%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C715DC (or 0xC715DC) is known color: Deep Magenta. HEX triplet: C7, 15 and DC. RGB value is (199,21,220). Sum of RGB (Red+Green+Blue) = 199+21+220=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C715DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715DC is #38EA23. Grayscale: #606060. Windows color (decimal): -3729956 or 14423495. OLE color: 14423495.

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

Color convert

RGB 199 21 220 -
CMYK 0.10 0.90 0 0.14
HSL 293.67º 0.83% 0.47% -
HSV(B) 293.67º 0.9% 0.86% -
XYZ 36.74 17.85 69.22 -
YUV 96.91 197.47 200.82 -
System Red Green Blue C M Y K H S L
Decimal 199 21 220 0.10 0.90 0 0.14 293.67 0.83 0.47
Hex C7 15 DC A 5A 0 E 126 53 2F
Octal 307 25 334 12 132 0 16 446 123 57
Binary 11000111 10101 11011100 1010 1011010 0 1110 100100110 1010011 101111

Color Harmonies of #C715DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715DC

Black with #C715DC

Text Example


Text Example

White with #C715DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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