Html Css Color HEX #C213AD Deep Magenta

📋 copy color: '#C213AD'

red 194 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #C213AD

Tints of Deep Magenta #C213AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 50.26%
G = 4.92%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C213AD (or 0xC213AD) is known color: Deep Magenta. HEX triplet: C2, 13 and AD. RGB value is (194,19,173). Sum of RGB (Red+Green+Blue) = 194+19+173=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C213AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C213AD is #3DEC52. Grayscale: #585858. Windows color (decimal): -4058195 or 11342786. OLE color: 11342786.

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

Color convert

RGB 194 19 173 -
CMYK 0 0.90 0.11 0.24
HSL 307.2º 0.82% 0.42% -
HSV(B) 307.2º 0.9% 0.76% -
XYZ 30.02 14.95 40.84 -
YUV 88.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 194 19 173 0 0.90 0.11 0.24 307.2 0.82 0.42
Hex C2 13 AD 0 5A B 18 133 52 2A
Octal 302 23 255 0 132 13 30 463 122 52
Binary 11000010 10011 10101101 0 1011010 1011 11000 100110011 1010010 101010

Color Harmonies of #C213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213AD

Black with #C213AD

Text Example


Text Example

White with #C213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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