Html Css Color HEX #C711D6 Deep Magenta

📋 copy color: '#C711D6'

red 199 ◦ green 17 ◦ blue 214

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

Shades of Deep Magenta #C711D6

Tints of Deep Magenta #C711D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.77%

R = 46.28%
G = 3.95%
B = 49.77%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C711D6 (or 0xC711D6) is known color: Deep Magenta. HEX triplet: C7, 11 and D6. RGB value is (199,17,214). Sum of RGB (Red+Green+Blue) = 199+17+214=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #C711D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711D6 is #38EE29. Grayscale: #5D5D5D. Windows color (decimal): -3730986 or 14029255. OLE color: 14029255.

HSL color Cylindrical-coordinate representation of color #C711D6: hue angle of 295.43º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711D6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 17 214 -
CMYK 0.07 0.92 0 0.16
HSL 295.43º 0.85% 0.45% -
HSV(B) 295.43º 0.92% 0.84% -
XYZ 35.89 17.4 65.08 -
YUV 93.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 199 17 214 0.07 0.92 0 0.16 295.43 0.85 0.45
Hex C7 11 D6 7 5C 0 10 127 55 2D
Octal 307 21 326 7 134 0 20 447 125 55
Binary 11000111 10001 11010110 111 1011100 0 10000 100100111 1010101 101101

Color Harmonies of #C711D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711D6

Black with #C711D6

Text Example


Text Example

White with #C711D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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