Html Css Color HEX #C71DC2 Deep Magenta

📋 copy color: '#C71DC2'

red 199 ◦ green 29 ◦ blue 194

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

Shades of Deep Magenta #C71DC2

Tints of Deep Magenta #C71DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 47.16%
G = 6.87%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C71DC2 (or 0xC71DC2) is known color: Deep Magenta. HEX triplet: C7, 1D and C2. RGB value is (199,29,194). Sum of RGB (Red+Green+Blue) = 199+29+194=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DC2 is #38E23D. Grayscale: #626262. Windows color (decimal): -3727934 or 12721607. OLE color: 12721607.

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

Color convert

RGB 199 29 194 -
CMYK 0 0.85 0.03 0.22
HSL 301.76º 0.75% 0.45% -
HSV(B) 301.76º 0.85% 0.78% -
XYZ 33.73 16.92 52.53 -
YUV 98.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 199 29 194 0 0.85 0.03 0.22 301.76 0.75 0.45
Hex C7 1D C2 0 55 3 16 12E 4B 2D
Octal 307 35 302 0 125 3 26 456 113 55
Binary 11000111 11101 11000010 0 1010101 11 10110 100101110 1001011 101101

Color Harmonies of #C71DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DC2

Black with #C71DC2

Text Example


Text Example

White with #C71DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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