#C21DBD

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

Shades of Deep Magenta #C21DBD

Tints of Deep Magenta #C21DBD

Color information

#C21DBD (or 0xC21DBD) is unknown color: approx Deep Magenta. HEX triplet: C2, 1D and BD. RGB value is (194,29,189). Sum of RGB (Red+Green+Blue) = 194+29+189=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DBD is #3DE242. Grayscale: #606060. Windows color (decimal): -4055619 or 12393922. OLE color: 12393922.

HSL color Cylindrical-coordinate representation of color #C21DBD: hue angle of 301.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DBD is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19429189-
CMYK00.850.030.24
HSL301.82º73.99%43.73%-
HSV(B)301.82º85.05%76.08%-
XYZ31.8716.0249.56-
YUV96.57180.16197.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=47.09%
G=7.04%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942918900.850.030.24301.8273.9943.73
HexC21DBD05531812e4a2c
Octal30235275012533045611254
Binary1100001011101101111010101010111110001001011101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DBD; }

 p { color: rgb(194,29,189); }

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

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

 a { background-color: rgb(194,29,189); }

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

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

 span { border-color: rgb(194,29,189); }

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