Html Css Color HEX #C711DF Deep Magenta

📋 copy color: '#C711DF'

red 199 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #C711DF

Tints of Deep Magenta #C711DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 45.33%
G = 3.87%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C711DF (or 0xC711DF) is known color: Deep Magenta. HEX triplet: C7, 11 and DF. RGB value is (199,17,223). Sum of RGB (Red+Green+Blue) = 199+17+223=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C711DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711DF is #38EE20. Grayscale: #5E5E5E. Windows color (decimal): -3730977 or 14619079. OLE color: 14619079.

HSL color Cylindrical-coordinate representation of color #C711DF: hue angle of 293.01º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711DF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 17 223 -
CMYK 0.11 0.92 0 0.13
HSL 293.01º 0.86% 0.47% -
HSV(B) 293.01º 0.92% 0.87% -
XYZ 37.07 17.87 71.31 -
YUV 94.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 199 17 223 0.11 0.92 0 0.13 293.01 0.86 0.47
Hex C7 11 DF B 5C 0 D 125 56 2F
Octal 307 21 337 13 134 0 15 445 126 57
Binary 11000111 10001 11011111 1011 1011100 0 1101 100100101 1010110 101111

Color Harmonies of #C711DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711DF

Black with #C711DF

Text Example


Text Example

White with #C711DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711DF; }

 p { color: rgb(199,17,223); }

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

background-color css

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

 a { background-color: rgb(199,17,223); }

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

border-color css

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

 span { border-color: rgb(199,17,223); }

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