Html Css Color HEX #C221AE Deep Magenta

📋 copy color: '#C221AE'

red 194 ◦ green 33 ◦ blue 174

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

Shades of Deep Magenta #C221AE

Tints of Deep Magenta #C221AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 48.38%
G = 8.23%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C221AE (or 0xC221AE) is known color: Deep Magenta. HEX triplet: C2, 21 and AE. RGB value is (194,33,174). Sum of RGB (Red+Green+Blue) = 194+33+174=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AE is #3DDE51. Grayscale: #606060. Windows color (decimal): -4054610 or 11411906. OLE color: 11411906.

HSL color Cylindrical-coordinate representation of color #C221AE: hue angle of 307.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C221AE is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 174 -
CMYK 0 0.83 0.10 0.24
HSL 307.45º 0.71% 0.45% -
HSV(B) 307.45º 0.83% 0.76% -
XYZ 30.43 15.61 41.45 -
YUV 97.21 171.34 197.04 -
System Red Green Blue C M Y K H S L
Decimal 194 33 174 0 0.83 0.10 0.24 307.45 0.71 0.45
Hex C2 21 AE 0 53 A 18 133 47 2D
Octal 302 41 256 0 123 12 30 463 107 55
Binary 11000010 100001 10101110 0 1010011 1010 11000 100110011 1000111 101101

Color Harmonies of #C221AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AE

Black with #C221AE

Text Example


Text Example

White with #C221AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AE; }

 p { color: rgb(194,33,174); }

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

background-color css

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

 a { background-color: rgb(194,33,174); }

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

border-color css

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

 span { border-color: rgb(194,33,174); }

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