Html Css Color HEX #C21AAD Deep Magenta

📋 copy color: '#C21AAD'

red 194 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #C21AAD

Tints of Deep Magenta #C21AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 49.36%
G = 6.62%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21AAD (or 0xC21AAD) is known color: Deep Magenta. HEX triplet: C2, 1A and AD. RGB value is (194,26,173). Sum of RGB (Red+Green+Blue) = 194+26+173=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AAD is #3DE552. Grayscale: #5C5C5C. Windows color (decimal): -4056403 or 11344578. OLE color: 11344578.

HSL color Cylindrical-coordinate representation of color #C21AAD: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21AAD is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 173 -
CMYK 0 0.87 0.11 0.24
HSL 307.5º 0.76% 0.43% -
HSV(B) 307.5º 0.87% 0.76% -
XYZ 30.16 15.23 40.88 -
YUV 92.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 194 26 173 0 0.87 0.11 0.24 307.5 0.76 0.43
Hex C2 1A AD 0 57 B 18 134 4C 2B
Octal 302 32 255 0 127 13 30 464 114 53
Binary 11000010 11010 10101101 0 1010111 1011 11000 100110100 1001100 101011

Color Harmonies of #C21AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AAD

Black with #C21AAD

Text Example


Text Example

White with #C21AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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