Html Css Color HEX #C71DDC Deep Magenta

📋 copy color: '#C71DDC'

red 199 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #C71DDC

Tints of Deep Magenta #C71DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

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

R = 44.42%
G = 6.47%
B = 49.11%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C71DDC (or 0xC71DDC) is known color: Deep Magenta. HEX triplet: C7, 1D and DC. RGB value is (199,29,220). Sum of RGB (Red+Green+Blue) = 199+29+220=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C71DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DDC is #38E223. Grayscale: #656565. Windows color (decimal): -3727908 or 14425543. OLE color: 14425543.

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

Color convert

RGB 199 29 220 -
CMYK 0.10 0.87 0 0.14
HSL 293.4º 0.77% 0.49% -
HSV(B) 293.4º 0.87% 0.86% -
XYZ 36.91 18.19 69.28 -
YUV 101.6 194.82 197.47 -
System Red Green Blue C M Y K H S L
Decimal 199 29 220 0.10 0.87 0 0.14 293.4 0.77 0.49
Hex C7 1D DC A 57 0 E 125 4D 31
Octal 307 35 334 12 127 0 16 445 115 61
Binary 11000111 11101 11011100 1010 1010111 0 1110 100100101 1001101 110001

Color Harmonies of #C71DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DDC

Black with #C71DDC

Text Example


Text Example

White with #C71DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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