Html Css Color HEX #C219BD Deep Magenta

📋 copy color: '#C219BD'

red 194 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #C219BD

Tints of Deep Magenta #C219BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 47.55%
G = 6.13%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C219BD (or 0xC219BD) is known color: Deep Magenta. HEX triplet: C2, 19 and BD. RGB value is (194,25,189). Sum of RGB (Red+Green+Blue) = 194+25+189=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C219BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219BD is #3DE642. Grayscale: #5D5D5D. Windows color (decimal): -4056643 or 12392898. OLE color: 12392898.

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

Color convert

RGB 194 25 189 -
CMYK 0 0.87 0.03 0.24
HSL 301.78º 0.77% 0.43% -
HSV(B) 301.78º 0.87% 0.76% -
XYZ 31.78 15.84 49.53 -
YUV 94.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 194 25 189 0 0.87 0.03 0.24 301.78 0.77 0.43
Hex C2 19 BD 0 57 3 18 12E 4D 2B
Octal 302 31 275 0 127 3 30 456 115 53
Binary 11000010 11001 10111101 0 1010111 11 11000 100101110 1001101 101011

Color Harmonies of #C219BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219BD

Black with #C219BD

Text Example


Text Example

White with #C219BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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