Html Css Color HEX #C122AE Deep Magenta

📋 copy color: '#C122AE'

red 193 ◦ green 34 ◦ blue 174

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

Shades of Deep Magenta #C122AE

Tints of Deep Magenta #C122AE

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

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

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

R = 48.13%
G = 8.48%
B = 43.39%

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

#C122AE (or 0xC122AE) is known color: Deep Magenta. HEX triplet: C1, 22 and AE. RGB value is (193,34,174). Sum of RGB (Red+Green+Blue) = 193+34+174=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C122AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122AE is #3EDD51. Grayscale: #616161. Windows color (decimal): -4119890 or 11412161. OLE color: 11412161.

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

Color convert

RGB 193 34 174 -
CMYK 0 0.82 0.10 0.24
HSL 307.17º 0.7% 0.45% -
HSV(B) 307.17º 0.82% 0.76% -
XYZ 30.2 15.54 41.45 -
YUV 97.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 193 34 174 0 0.82 0.10 0.24 307.17 0.7 0.45
Hex C1 22 AE 0 52 A 18 133 46 2D
Octal 301 42 256 0 122 12 30 463 106 55
Binary 11000001 100010 10101110 0 1010010 1010 11000 100110011 1000110 101101

Color Harmonies of #C122AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122AE

Black with #C122AE

Text Example


Text Example

White with #C122AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122AE; }

 p { color: rgb(193,34,174); }

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

background-color css

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

 a { background-color: rgb(193,34,174); }

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

border-color css

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

 span { border-color: rgb(193,34,174); }

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