Html Css Color HEX #C71FDC Deep Magenta

📋 copy color: '#C71FDC'

red 199 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #C71FDC

Tints of Deep Magenta #C71FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.89%

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

R = 44.22%
G = 6.89%
B = 48.89%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C71FDC (or 0xC71FDC) is known color: Deep Magenta. HEX triplet: C7, 1F and DC. RGB value is (199,31,220). Sum of RGB (Red+Green+Blue) = 199+31+220=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #C71FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FDC is #38E023. Grayscale: #666666. Windows color (decimal): -3727396 or 14426055. OLE color: 14426055.

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

Color convert

RGB 199 31 220 -
CMYK 0.10 0.86 0 0.14
HSL 293.33º 0.75% 0.49% -
HSV(B) 293.33º 0.86% 0.86% -
XYZ 36.96 18.29 69.29 -
YUV 102.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 199 31 220 0.10 0.86 0 0.14 293.33 0.75 0.49
Hex C7 1F DC A 56 0 E 125 4B 31
Octal 307 37 334 12 126 0 16 445 113 61
Binary 11000111 11111 11011100 1010 1010110 0 1110 100100101 1001011 110001

Color Harmonies of #C71FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FDC

Black with #C71FDC

Text Example


Text Example

White with #C71FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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