#C71BDD

Color #C71BDD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C71BDD

Tints of Deep Magenta #C71BDD

Color information

#C71BDD (or 0xC71BDD) is unknown color: approx Deep Magenta. HEX triplet: C7, 1B and DD. RGB value is (199,27,221). Sum of RGB (Red+Green+Blue) = 199+27+221=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C71BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDD is #38E422. Grayscale: #636363. Windows color (decimal): -3728419 or 14490567. OLE color: 14490567.

HSL color Cylindrical-coordinate representation of color #C71BDD: hue angle of 293.2º 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 #C71BDD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19927221-
CMYK0.100.8800.13
HSL293.2º78.23%48.63%-
HSV(B)293.2º87.78%86.67%-
XYZ3718.1569.96-
YUV100.54195.98198.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 27 (10.94% from 255) = 6.04%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=44.52%
G=6.04%
B=49.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199272210.100.8800.13293.278.2348.63
HexC71BDDA580D1254e31
Octal307333351213001544511661
Binary11000111110111101110110101011000011011001001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71BDD; }

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

 H1.HeaderClassName
 {
   color: #C71BDD;
 }
 .AnyTagClassName
 {
   color: #C71BDD;
 }
</style>
background-color css

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

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

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

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

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

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