#C21CCD

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

Shades of Deep Magenta #C21CCD

Tints of Deep Magenta #C21CCD

Color information

#C21CCD (or 0xC21CCD) is unknown color: approx Deep Magenta. HEX triplet: C2, 1C and CD. RGB value is (194,28,205). Sum of RGB (Red+Green+Blue) = 194+28+205=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CCD is #3DE332. Grayscale: #616161. Windows color (decimal): -4055859 or 13442242. OLE color: 13442242.

HSL color Cylindrical-coordinate representation of color #C21CCD: hue angle of 296.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CCD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19428205-
CMYK0.050.8600.20
HSL296.27º75.97%45.69%-
HSV(B)296.27º86.34%80.39%-
XYZ33.6816.7159.21-
YUV97.81188.5196.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 28 (11.33% from 255) = 6.56%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=45.43%
G=6.56%
B=48.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194282050.050.8600.20296.2775.9745.69
HexC21CCD5560141284c2e
Octal30234315512602445011456
Binary11000010111001100110110110101100101001001010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21CCD; }

 p { color: rgb(194,28,205); }

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

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

 a { background-color: rgb(194,28,205); }

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

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

 span { border-color: rgb(194,28,205); }

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