Html Css Color HEX #C213AE Deep Magenta

📋 copy color: '#C213AE'

red 194 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #C213AE

Tints of Deep Magenta #C213AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 50.13%
G = 4.91%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C213AE (or 0xC213AE) is known color: Deep Magenta. HEX triplet: C2, 13 and AE. RGB value is (194,19,174). Sum of RGB (Red+Green+Blue) = 194+19+174=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C213AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C213AE is #3DEC51. Grayscale: #585858. Windows color (decimal): -4058194 or 11408322. OLE color: 11408322.

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

Color convert

RGB 194 19 174 -
CMYK 0 0.90 0.10 0.24
HSL 306.86º 0.82% 0.42% -
HSV(B) 306.86º 0.9% 0.76% -
XYZ 30.12 14.99 41.35 -
YUV 89 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 194 19 174 0 0.90 0.10 0.24 306.86 0.82 0.42
Hex C2 13 AE 0 5A A 18 133 52 2A
Octal 302 23 256 0 132 12 30 463 122 52
Binary 11000010 10011 10101110 0 1011010 1010 11000 100110011 1010010 101010

Color Harmonies of #C213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213AE

Black with #C213AE

Text Example


Text Example

White with #C213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213AE; }

 p { color: rgb(194,19,174); }

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

background-color css

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

 a { background-color: rgb(194,19,174); }

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

border-color css

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

 span { border-color: rgb(194,19,174); }

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