Html Css Color HEX #C71BDF Deep Magenta

📋 copy color: '#C71BDF'

red 199 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #C71BDF

Tints of Deep Magenta #C71BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.01%

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

R = 44.32%
G = 6.01%
B = 49.67%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C71BDF (or 0xC71BDF) is known color: Deep Magenta. HEX triplet: C7, 1B and DF. RGB value is (199,27,223). Sum of RGB (Red+Green+Blue) = 199+27+223=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #C71BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDF is #38E420. Grayscale: #646464. Windows color (decimal): -3728417 or 14621639. OLE color: 14621639.

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

Color convert

RGB 199 27 223 -
CMYK 0.11 0.88 0 0.13
HSL 292.65º 0.78% 0.49% -
HSV(B) 292.65º 0.88% 0.87% -
XYZ 37.26 18.25 71.37 -
YUV 100.77 196.98 198.06 -
System Red Green Blue C M Y K H S L
Decimal 199 27 223 0.11 0.88 0 0.13 292.65 0.78 0.49
Hex C7 1B DF B 58 0 D 125 4E 31
Octal 307 33 337 13 130 0 15 445 116 61
Binary 11000111 11011 11011111 1011 1011000 0 1101 100100101 1001110 110001

Color Harmonies of #C71BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BDF

Black with #C71BDF

Text Example


Text Example

White with #C71BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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