Html Css Color HEX #C71FC1 Deep Magenta

📋 copy color: '#C71FC1'

red 199 ◦ green 31 ◦ blue 193

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

Shades of Deep Magenta #C71FC1

Tints of Deep Magenta #C71FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 47.04%
G = 7.33%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C71FC1 (or 0xC71FC1) is known color: Deep Magenta. HEX triplet: C7, 1F and C1. RGB value is (199,31,193). Sum of RGB (Red+Green+Blue) = 199+31+193=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FC1 is #38E03E. Grayscale: #636363. Windows color (decimal): -3727423 or 12656583. OLE color: 12656583.

HSL color Cylindrical-coordinate representation of color #C71FC1: hue angle of 302.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71FC1 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 193 -
CMYK 0 0.84 0.03 0.22
HSL 302.14º 0.73% 0.45% -
HSV(B) 302.14º 0.84% 0.78% -
XYZ 33.67 16.97 51.95 -
YUV 99.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 199 31 193 0 0.84 0.03 0.22 302.14 0.73 0.45
Hex C7 1F C1 0 54 3 16 12E 49 2D
Octal 307 37 301 0 124 3 26 456 111 55
Binary 11000111 11111 11000001 0 1010100 11 10110 100101110 1001001 101101

Color Harmonies of #C71FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FC1

Black with #C71FC1

Text Example


Text Example

White with #C71FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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