Html Css Color HEX #C71FCD Deep Magenta

📋 copy color: '#C71FCD'

red 199 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #C71FCD

Tints of Deep Magenta #C71FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 45.75%
G = 7.13%
B = 47.13%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C71FCD (or 0xC71FCD) is known color: Deep Magenta. HEX triplet: C7, 1F and CD. RGB value is (199,31,205). Sum of RGB (Red+Green+Blue) = 199+31+205=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C71FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FCD is #38E032. Grayscale: #646464. Windows color (decimal): -3727411 or 13443015. OLE color: 13443015.

HSL color Cylindrical-coordinate representation of color #C71FCD: hue angle of 297.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71FCD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 31 205 -
CMYK 0.03 0.85 0 0.20
HSL 297.93º 0.74% 0.46% -
HSV(B) 297.93º 0.85% 0.8% -
XYZ 35.06 17.53 59.29 -
YUV 101.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 199 31 205 0.03 0.85 0 0.20 297.93 0.74 0.46
Hex C7 1F CD 3 55 0 14 12A 4A 2E
Octal 307 37 315 3 125 0 24 452 112 56
Binary 11000111 11111 11001101 11 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C71FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FCD

Black with #C71FCD

Text Example


Text Example

White with #C71FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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