Html Css Color HEX #C019BB Deep Magenta

📋 copy color: '#C019BB'

red 192 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #C019BB

Tints of Deep Magenta #C019BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 47.52%
G = 6.19%
B = 46.29%

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

#C019BB (or 0xC019BB) is known color: Deep Magenta. HEX triplet: C0, 19 and BB. RGB value is (192,25,187). Sum of RGB (Red+Green+Blue) = 192+25+187=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C019BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019BB is #3FE644. Grayscale: #5C5C5C. Windows color (decimal): -4187717 or 12261824. OLE color: 12261824.

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

Color convert

RGB 192 25 187 -
CMYK 0 0.87 0.03 0.25
HSL 301.8º 0.77% 0.43% -
HSV(B) 301.8º 0.87% 0.75% -
XYZ 31.06 15.49 48.37 -
YUV 93.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 192 25 187 0 0.87 0.03 0.25 301.8 0.77 0.43
Hex C0 19 BB 0 57 3 19 12E 4D 2B
Octal 300 31 273 0 127 3 31 456 115 53
Binary 11000000 11001 10111011 0 1010111 11 11001 100101110 1001101 101011

Color Harmonies of #C019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019BB

Black with #C019BB

Text Example


Text Example

White with #C019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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