Html Css Color HEX #C219BA Deep Magenta

📋 copy color: '#C219BA'

red 194 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C219BA

Tints of Deep Magenta #C219BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 47.9%
G = 6.17%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C219BA (or 0xC219BA) is known color: Deep Magenta. HEX triplet: C2, 19 and BA. RGB value is (194,25,186). Sum of RGB (Red+Green+Blue) = 194+25+186=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C219BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219BA is #3DE645. Grayscale: #5D5D5D. Windows color (decimal): -4056646 or 12196290. OLE color: 12196290.

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

Color convert

RGB 194 25 186 -
CMYK 0 0.87 0.04 0.24
HSL 302.84º 0.77% 0.43% -
HSV(B) 302.84º 0.87% 0.76% -
XYZ 31.46 15.71 47.83 -
YUV 93.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 194 25 186 0 0.87 0.04 0.24 302.84 0.77 0.43
Hex C2 19 BA 0 57 4 18 12F 4D 2B
Octal 302 31 272 0 127 4 30 457 115 53
Binary 11000010 11001 10111010 0 1010111 100 11000 100101111 1001101 101011

Color Harmonies of #C219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219BA

Black with #C219BA

Text Example


Text Example

White with #C219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219BA; }

 p { color: rgb(194,25,186); }

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

background-color css

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

 a { background-color: rgb(194,25,186); }

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

border-color css

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

 span { border-color: rgb(194,25,186); }

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