Html Css Color HEX #C71CDD Deep Magenta

📋 copy color: '#C71CDD'

red 199 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #C71CDD

Tints of Deep Magenta #C71CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 44.42%
G = 6.25%
B = 49.33%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C71CDD (or 0xC71CDD) is known color: Deep Magenta. HEX triplet: C7, 1C and DD. RGB value is (199,28,221). Sum of RGB (Red+Green+Blue) = 199+28+221=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C71CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CDD is #38E322. Grayscale: #646464. Windows color (decimal): -3728163 or 14490823. OLE color: 14490823.

HSL color Cylindrical-coordinate representation of color #C71CDD: hue angle of 293.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71CDD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 28 221 -
CMYK 0.10 0.87 0 0.13
HSL 293.16º 0.78% 0.49% -
HSV(B) 293.16º 0.87% 0.87% -
XYZ 37.02 18.19 69.97 -
YUV 101.13 195.65 197.81 -
System Red Green Blue C M Y K H S L
Decimal 199 28 221 0.10 0.87 0 0.13 293.16 0.78 0.49
Hex C7 1C DD A 57 0 D 125 4E 31
Octal 307 34 335 12 127 0 15 445 116 61
Binary 11000111 11100 11011101 1010 1010111 0 1101 100100101 1001110 110001

Color Harmonies of #C71CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CDD

Black with #C71CDD

Text Example


Text Example

White with #C71CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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