Html Css Color HEX #C71DDF Deep Magenta

📋 copy color: '#C71DDF'

red 199 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C71DDF

Tints of Deep Magenta #C71DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 44.12%
G = 6.43%
B = 49.45%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C71DDF (or 0xC71DDF) is known color: Deep Magenta. HEX triplet: C7, 1D and DF. RGB value is (199,29,223). Sum of RGB (Red+Green+Blue) = 199+29+223=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C71DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DDF is #38E220. Grayscale: #656565. Windows color (decimal): -3727905 or 14622151. OLE color: 14622151.

HSL color Cylindrical-coordinate representation of color #C71DDF: hue angle of 292.58º degrees, saturation: 0.77, 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 #C71DDF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 29 223 -
CMYK 0.11 0.87 0 0.13
HSL 292.58º 0.77% 0.49% -
HSV(B) 292.58º 0.87% 0.87% -
XYZ 37.31 18.35 71.39 -
YUV 101.95 196.32 197.23 -
System Red Green Blue C M Y K H S L
Decimal 199 29 223 0.11 0.87 0 0.13 292.58 0.77 0.49
Hex C7 1D DF B 57 0 D 125 4D 31
Octal 307 35 337 13 127 0 15 445 115 61
Binary 11000111 11101 11011111 1011 1010111 0 1101 100100101 1001101 110001

Color Harmonies of #C71DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DDF

Black with #C71DDF

Text Example


Text Example

White with #C71DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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