Html Css Color HEX #C21ADE Deep Magenta

📋 copy color: '#C21ADE'

red 194 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #C21ADE

Tints of Deep Magenta #C21ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 43.89%
G = 5.88%
B = 50.23%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21ADE (or 0xC21ADE) is known color: Deep Magenta. HEX triplet: C2, 1A and DE. RGB value is (194,26,222). Sum of RGB (Red+Green+Blue) = 194+26+222=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #C21ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ADE is #3DE521. Grayscale: #616161. Windows color (decimal): -4056354 or 14555842. OLE color: 14555842.

HSL color Cylindrical-coordinate representation of color #C21ADE: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21ADE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 26 222 -
CMYK 0.13 0.88 0 0.13
HSL 291.43º 0.79% 0.49% -
HSV(B) 291.43º 0.88% 0.87% -
XYZ 35.8 17.48 70.59 -
YUV 98.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 194 26 222 0.13 0.88 0 0.13 291.43 0.79 0.49
Hex C2 1A DE D 58 0 D 123 4F 31
Octal 302 32 336 15 130 0 15 443 117 61
Binary 11000010 11010 11011110 1101 1011000 0 1101 100100011 1001111 110001

Color Harmonies of #C21ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ADE

Black with #C21ADE

Text Example


Text Example

White with #C21ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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