Html Css Color HEX #C21AD1 Deep Magenta

📋 copy color: '#C21AD1'

red 194 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #C21AD1

Tints of Deep Magenta #C21AD1

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

 GREEN value IS 26 (10.55% from 255) = 6.06%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 45.22%
G = 6.06%
B = 48.72%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C21AD1 (or 0xC21AD1) is known color: Deep Magenta. HEX triplet: C2, 1A and D1. RGB value is (194,26,209). Sum of RGB (Red+Green+Blue) = 194+26+209=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #C21AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AD1 is #3DE52E. Grayscale: #606060. Windows color (decimal): -4056367 or 13703874. OLE color: 13703874.

HSL color Cylindrical-coordinate representation of color #C21AD1: hue angle of 295.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21AD1 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 26 209 -
CMYK 0.07 0.88 0 0.18
HSL 295.08º 0.78% 0.46% -
HSV(B) 295.08º 0.88% 0.82% -
XYZ 34.13 16.81 61.77 -
YUV 97.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 194 26 209 0.07 0.88 0 0.18 295.08 0.78 0.46
Hex C2 1A D1 7 58 0 12 127 4E 2E
Octal 302 32 321 7 130 0 22 447 116 56
Binary 11000010 11010 11010001 111 1011000 0 10010 100100111 1001110 101110

Color Harmonies of #C21AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AD1

Black with #C21AD1

Text Example


Text Example

White with #C21AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AD1; }

 p { color: rgb(194,26,209); }

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

background-color css

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

 a { background-color: rgb(194,26,209); }

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

border-color css

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

 span { border-color: rgb(194,26,209); }

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