Html Css Color HEX #C121AE Deep Magenta

📋 copy color: '#C121AE'

red 193 ◦ green 33 ◦ blue 174

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

Shades of Deep Magenta #C121AE

Tints of Deep Magenta #C121AE

RGB

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

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

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

R = 48.25%
G = 8.25%
B = 43.5%

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

#C121AE (or 0xC121AE) is known color: Deep Magenta. HEX triplet: C1, 21 and AE. RGB value is (193,33,174). Sum of RGB (Red+Green+Blue) = 193+33+174=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C121AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C121AE is #3EDE51. Grayscale: #606060. Windows color (decimal): -4120146 or 11411905. OLE color: 11411905.

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

Color convert

RGB 193 33 174 -
CMYK 0 0.83 0.10 0.24
HSL 307.13º 0.71% 0.44% -
HSV(B) 307.13º 0.83% 0.76% -
XYZ 30.18 15.48 41.44 -
YUV 96.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 193 33 174 0 0.83 0.10 0.24 307.13 0.71 0.44
Hex C1 21 AE 0 53 A 18 133 47 2C
Octal 301 41 256 0 123 12 30 463 107 54
Binary 11000001 100001 10101110 0 1010011 1010 11000 100110011 1000111 101100

Color Harmonies of #C121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121AE

Black with #C121AE

Text Example


Text Example

White with #C121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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