Html Css Color HEX #C221AF Deep Magenta

📋 copy color: '#C221AF'

red 194 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #C221AF

Tints of Deep Magenta #C221AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 48.26%
G = 8.21%
B = 43.53%

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

#C221AF (or 0xC221AF) is known color: Deep Magenta. HEX triplet: C2, 21 and AF. RGB value is (194,33,175). Sum of RGB (Red+Green+Blue) = 194+33+175=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C221AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221AF is #3DDE50. Grayscale: #606060. Windows color (decimal): -4054609 or 11477442. OLE color: 11477442.

HSL color Cylindrical-coordinate representation of color #C221AF: hue angle of 307.08º 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 #C221AF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 175 -
CMYK 0 0.83 0.10 0.24
HSL 307.08º 0.71% 0.45% -
HSV(B) 307.08º 0.83% 0.76% -
XYZ 30.53 15.65 41.97 -
YUV 97.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 194 33 175 0 0.83 0.10 0.24 307.08 0.71 0.45
Hex C2 21 AF 0 53 A 18 133 47 2D
Octal 302 41 257 0 123 12 30 463 107 55
Binary 11000010 100001 10101111 0 1010011 1010 11000 100110011 1000111 101101

Color Harmonies of #C221AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221AF

Black with #C221AF

Text Example


Text Example

White with #C221AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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