Html Css Color HEX #CD21C9 Deep Magenta

📋 copy color: '#CD21C9'

red 205 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #CD21C9

Tints of Deep Magenta #CD21C9

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

 GREEN value IS 33 (13.28% from 255) = 7.52%

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 46.7%
G = 7.52%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD21C9 (or 0xCD21C9) is known color: Deep Magenta. HEX triplet: CD, 21 and C9. RGB value is (205,33,201). Sum of RGB (Red+Green+Blue) = 205+33+201=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21C9 is #32DE36. Grayscale: #676767. Windows color (decimal): -3333687 or 13181389. OLE color: 13181389.

HSL color Cylindrical-coordinate representation of color #CD21C9: hue angle of 301.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD21C9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 201 -
CMYK 0 0.84 0.02 0.20
HSL 301.4º 0.72% 0.47% -
HSV(B) 301.4º 0.84% 0.8% -
XYZ 36.26 18.28 56.88 -
YUV 103.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 205 33 201 0 0.84 0.02 0.20 301.4 0.72 0.47
Hex CD 21 C9 0 54 2 14 12D 48 2F
Octal 315 41 311 0 124 2 24 455 110 57
Binary 11001101 100001 11001001 0 1010100 10 10100 100101101 1001000 101111

Color Harmonies of #CD21C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD21C9

Black with #CD21C9

Text Example


Text Example

White with #CD21C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD21C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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