Html Css Color HEX #C71CC2 Deep Magenta

📋 copy color: '#C71CC2'

red 199 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #C71CC2

Tints of Deep Magenta #C71CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 47.27%
G = 6.65%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C71CC2 (or 0xC71CC2) is known color: Deep Magenta. HEX triplet: C7, 1C and C2. RGB value is (199,28,194). Sum of RGB (Red+Green+Blue) = 199+28+194=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CC2 is #38E33D. Grayscale: #616161. Windows color (decimal): -3728190 or 12721351. OLE color: 12721351.

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

Color convert

RGB 199 28 194 -
CMYK 0 0.86 0.03 0.22
HSL 301.75º 0.75% 0.45% -
HSV(B) 301.75º 0.86% 0.78% -
XYZ 33.71 16.87 52.52 -
YUV 98.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 199 28 194 0 0.86 0.03 0.22 301.75 0.75 0.45
Hex C7 1C C2 0 56 3 16 12E 4B 2D
Octal 307 34 302 0 126 3 26 456 113 55
Binary 11000111 11100 11000010 0 1010110 11 10110 100101110 1001011 101101

Color Harmonies of #C71CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CC2

Black with #C71CC2

Text Example


Text Example

White with #C71CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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