Html Css Color HEX #C71CC1 Deep Magenta

📋 copy color: '#C71CC1'

red 199 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #C71CC1

Tints of Deep Magenta #C71CC1

RGB

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

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

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

R = 47.38%
G = 6.67%
B = 45.95%

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

#C71CC1 (or 0xC71CC1) is known color: Deep Magenta. HEX triplet: C7, 1C and C1. RGB value is (199,28,193). Sum of RGB (Red+Green+Blue) = 199+28+193=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CC1 is #38E33E. Grayscale: #616161. Windows color (decimal): -3728191 or 12655815. OLE color: 12655815.

HSL color Cylindrical-coordinate representation of color #C71CC1: hue angle of 302.11º 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 #C71CC1 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 28 193 -
CMYK 0 0.86 0.03 0.22
HSL 302.11º 0.75% 0.45% -
HSV(B) 302.11º 0.86% 0.78% -
XYZ 33.59 16.82 51.93 -
YUV 97.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 199 28 193 0 0.86 0.03 0.22 302.11 0.75 0.45
Hex C7 1C C1 0 56 3 16 12E 4B 2D
Octal 307 34 301 0 126 3 26 456 113 55
Binary 11000111 11100 11000001 0 1010110 11 10110 100101110 1001011 101101

Color Harmonies of #C71CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CC1

Black with #C71CC1

Text Example


Text Example

White with #C71CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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