Html Css Color HEX #C819BA Deep Magenta

📋 copy color: '#C819BA'

red 200 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C819BA

Tints of Deep Magenta #C819BA

RGB

 RED value IS 200 (78.52% from 255) = 48.66%

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

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

R = 48.66%
G = 6.08%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C819BA (or 0xC819BA) is known color: Deep Magenta. HEX triplet: C8, 19 and BA. RGB value is (200,25,186). Sum of RGB (Red+Green+Blue) = 200+25+186=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C819BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819BA is #37E645. Grayscale: #5F5F5F. Windows color (decimal): -3663430 or 12196296. OLE color: 12196296.

HSL color Cylindrical-coordinate representation of color #C819BA: hue angle of 304.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819BA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 186 -
CMYK 0 0.88 0.07 0.22
HSL 304.8º 0.78% 0.44% -
HSV(B) 304.8º 0.88% 0.78% -
XYZ 33.03 16.52 47.9 -
YUV 95.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 200 25 186 0 0.88 0.07 0.22 304.8 0.78 0.44
Hex C8 19 BA 0 58 7 16 131 4E 2C
Octal 310 31 272 0 130 7 26 461 116 54
Binary 11001000 11001 10111010 0 1011000 111 10110 100110001 1001110 101100

Color Harmonies of #C819BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819BA

Black with #C819BA

Text Example


Text Example

White with #C819BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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