#CD21E1

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

Shades of Deep Magenta #CD21E1

Tints of Deep Magenta #CD21E1

Color information

#CD21E1 (or 0xCD21E1) is unknown color: approx Deep Magenta. HEX triplet: CD, 21 and E1. RGB value is (205,33,225). Sum of RGB (Red+Green+Blue) = 205+33+225=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD21E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21E1 is #32DE1E. Grayscale: #696969. Windows color (decimal): -3333663 or 14754253. OLE color: 14754253.

HSL color Cylindrical-coordinate representation of color #CD21E1: hue angle of 293.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD21E1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20533225-
CMYK0.090.8500.12
HSL293.75º76.19%50.59%-
HSV(B)293.75º85.33%88.24%-
XYZ39.3119.572.93-
YUV106.32194.98198.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=44.28%
G=7.13%
B=48.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205332250.090.8500.12293.7576.1950.59
HexCD21E19550C1264c33
Octal315413411112501444611463
Binary110011011000011110000110011010101011001001001101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD21E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD21E1; }

 p { color: rgb(205,33,225); }

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

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

 a { background-color: rgb(205,33,225); }

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

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

 span { border-color: rgb(205,33,225); }

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