Html Css Color HEX #C71FD1 Deep Magenta

📋 copy color: '#C71FD1'

red 199 ◦ green 31 ◦ blue 209

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

Shades of Deep Magenta #C71FD1

Tints of Deep Magenta #C71FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 45.33%
G = 7.06%
B = 47.61%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C71FD1 (or 0xC71FD1) is known color: Deep Magenta. HEX triplet: C7, 1F and D1. RGB value is (199,31,209). Sum of RGB (Red+Green+Blue) = 199+31+209=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #C71FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FD1 is #38E02E. Grayscale: #646464. Windows color (decimal): -3727407 or 13705159. OLE color: 13705159.

HSL color Cylindrical-coordinate representation of color #C71FD1: hue angle of 296.63º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71FD1 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 31 209 -
CMYK 0.05 0.85 0 0.18
HSL 296.63º 0.74% 0.47% -
HSV(B) 296.63º 0.85% 0.82% -
XYZ 35.55 17.73 61.87 -
YUV 101.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 199 31 209 0.05 0.85 0 0.18 296.63 0.74 0.47
Hex C7 1F D1 5 55 0 12 129 4A 2F
Octal 307 37 321 5 125 0 22 451 112 57
Binary 11000111 11111 11010001 101 1010101 0 10010 100101001 1001010 101111

Color Harmonies of #C71FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FD1

Black with #C71FD1

Text Example


Text Example

White with #C71FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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