Html Css Color HEX #C220AF Deep Magenta

📋 copy color: '#C220AF'

red 194 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #C220AF

Tints of Deep Magenta #C220AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

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

R = 48.38%
G = 7.98%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C220AF (or 0xC220AF) is known color: Deep Magenta. HEX triplet: C2, 20 and AF. RGB value is (194,32,175). Sum of RGB (Red+Green+Blue) = 194+32+175=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C220AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220AF is #3DDF50. Grayscale: #606060. Windows color (decimal): -4054865 or 11477186. OLE color: 11477186.

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

Color convert

RGB 194 32 175 -
CMYK 0 0.84 0.10 0.24
HSL 307.04º 0.72% 0.44% -
HSV(B) 307.04º 0.84% 0.76% -
XYZ 30.5 15.6 41.96 -
YUV 96.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 194 32 175 0 0.84 0.10 0.24 307.04 0.72 0.44
Hex C2 20 AF 0 54 A 18 133 48 2C
Octal 302 40 257 0 124 12 30 463 110 54
Binary 11000010 100000 10101111 0 1010100 1010 11000 100110011 1001000 101100

Color Harmonies of #C220AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220AF

Black with #C220AF

Text Example


Text Example

White with #C220AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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