Html Css Color HEX #C219BC Deep Magenta

📋 copy color: '#C219BC'

red 194 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #C219BC

Tints of Deep Magenta #C219BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 47.67%
G = 6.14%
B = 46.19%

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

#C219BC (or 0xC219BC) is known color: Deep Magenta. HEX triplet: C2, 19 and BC. RGB value is (194,25,188). Sum of RGB (Red+Green+Blue) = 194+25+188=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C219BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219BC is #3DE643. Grayscale: #5D5D5D. Windows color (decimal): -4056644 or 12327362. OLE color: 12327362.

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

Color convert

RGB 194 25 188 -
CMYK 0 0.87 0.03 0.24
HSL 302.13º 0.77% 0.43% -
HSV(B) 302.13º 0.87% 0.76% -
XYZ 31.67 15.8 48.96 -
YUV 94.11 180.99 199.25 -
System Red Green Blue C M Y K H S L
Decimal 194 25 188 0 0.87 0.03 0.24 302.13 0.77 0.43
Hex C2 19 BC 0 57 3 18 12E 4D 2B
Octal 302 31 274 0 127 3 30 456 115 53
Binary 11000010 11001 10111100 0 1010111 11 11000 100101110 1001101 101011

Color Harmonies of #C219BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219BC

Black with #C219BC

Text Example


Text Example

White with #C219BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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