Html Css Color HEX #C019BA Deep Magenta

📋 copy color: '#C019BA'

red 192 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C019BA

Tints of Deep Magenta #C019BA

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

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

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

R = 47.64%
G = 6.2%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C019BA (or 0xC019BA) is known color: Deep Magenta. HEX triplet: C0, 19 and BA. RGB value is (192,25,186). Sum of RGB (Red+Green+Blue) = 192+25+186=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C019BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019BA is #3FE645. Grayscale: #5C5C5C. Windows color (decimal): -4187718 or 12196288. OLE color: 12196288.

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

Color convert

RGB 192 25 186 -
CMYK 0 0.87 0.03 0.25
HSL 302.16º 0.77% 0.43% -
HSV(B) 302.16º 0.87% 0.75% -
XYZ 30.95 15.45 47.8 -
YUV 93.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 192 25 186 0 0.87 0.03 0.25 302.16 0.77 0.43
Hex C0 19 BA 0 57 3 19 12E 4D 2B
Octal 300 31 272 0 127 3 31 456 115 53
Binary 11000000 11001 10111010 0 1010111 11 11001 100101110 1001101 101011

Color Harmonies of #C019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019BA

Black with #C019BA

Text Example


Text Example

White with #C019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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