Html Css Color HEX #C222AF Deep Magenta

📋 copy color: '#C222AF'

red 194 ◦ green 34 ◦ blue 175

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

Shades of Deep Magenta #C222AF

Tints of Deep Magenta #C222AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.44%

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

R = 48.14%
G = 8.44%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C222AF (or 0xC222AF) is known color: Deep Magenta. HEX triplet: C2, 22 and AF. RGB value is (194,34,175). Sum of RGB (Red+Green+Blue) = 194+34+175=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C222AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222AF is #3DDD50. Grayscale: #616161. Windows color (decimal): -4054353 or 11477698. OLE color: 11477698.

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

Color convert

RGB 194 34 175 -
CMYK 0 0.82 0.10 0.24
HSL 307.13º 0.7% 0.45% -
HSV(B) 307.13º 0.82% 0.76% -
XYZ 30.56 15.71 41.98 -
YUV 97.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 194 34 175 0 0.82 0.10 0.24 307.13 0.7 0.45
Hex C2 22 AF 0 52 A 18 133 46 2D
Octal 302 42 257 0 122 12 30 463 106 55
Binary 11000010 100010 10101111 0 1010010 1010 11000 100110011 1000110 101101

Color Harmonies of #C222AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222AF

Black with #C222AF

Text Example


Text Example

White with #C222AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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