Html Css Color HEX #C120AE Deep Magenta

📋 copy color: '#C120AE'

red 193 ◦ green 32 ◦ blue 174

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

Shades of Deep Magenta #C120AE

Tints of Deep Magenta #C120AE

RGB

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

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

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

R = 48.37%
G = 8.02%
B = 43.61%

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

#C120AE (or 0xC120AE) is known color: Deep Magenta. HEX triplet: C1, 20 and AE. RGB value is (193,32,174). Sum of RGB (Red+Green+Blue) = 193+32+174=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C120AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120AE is #3EDF51. Grayscale: #5F5F5F. Windows color (decimal): -4120402 or 11411649. OLE color: 11411649.

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

Color convert

RGB 193 32 174 -
CMYK 0 0.83 0.10 0.24
HSL 307.08º 0.72% 0.44% -
HSV(B) 307.08º 0.83% 0.76% -
XYZ 30.15 15.43 41.43 -
YUV 96.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 193 32 174 0 0.83 0.10 0.24 307.08 0.72 0.44
Hex C1 20 AE 0 53 A 18 133 48 2C
Octal 301 40 256 0 123 12 30 463 110 54
Binary 11000001 100000 10101110 0 1010011 1010 11000 100110011 1001000 101100

Color Harmonies of #C120AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120AE

Black with #C120AE

Text Example


Text Example

White with #C120AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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