Html Css Color HEX #C218AE Deep Magenta

📋 copy color: '#C218AE'

red 194 ◦ green 24 ◦ blue 174

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

Shades of Deep Magenta #C218AE

Tints of Deep Magenta #C218AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 49.49%
G = 6.12%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C218AE (or 0xC218AE) is known color: Deep Magenta. HEX triplet: C2, 18 and AE. RGB value is (194,24,174). Sum of RGB (Red+Green+Blue) = 194+24+174=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C218AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218AE is #3DE751. Grayscale: #5B5B5B. Windows color (decimal): -4056914 or 11409602. OLE color: 11409602.

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

Color convert

RGB 194 24 174 -
CMYK 0 0.88 0.10 0.24
HSL 307.06º 0.78% 0.43% -
HSV(B) 307.06º 0.88% 0.76% -
XYZ 30.21 15.18 41.38 -
YUV 91.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 194 24 174 0 0.88 0.10 0.24 307.06 0.78 0.43
Hex C2 18 AE 0 58 A 18 133 4E 2B
Octal 302 30 256 0 130 12 30 463 116 53
Binary 11000010 11000 10101110 0 1011000 1010 11000 100110011 1001110 101011

Color Harmonies of #C218AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C218AE

Black with #C218AE

Text Example


Text Example

White with #C218AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C218AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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