Html Css Color HEX #C019B2 Deep Magenta

📋 copy color: '#C019B2'

red 192 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #C019B2

Tints of Deep Magenta #C019B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.06%

R = 48.61%
G = 6.33%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C019B2 (or 0xC019B2) is known color: Deep Magenta. HEX triplet: C0, 19 and B2. RGB value is (192,25,178). Sum of RGB (Red+Green+Blue) = 192+25+178=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C019B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019B2 is #3FE64D. Grayscale: #5B5B5B. Windows color (decimal): -4187726 or 11672000. OLE color: 11672000.

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

Color convert

RGB 192 25 178 -
CMYK 0 0.87 0.07 0.25
HSL 305.03º 0.77% 0.43% -
HSV(B) 305.03º 0.87% 0.75% -
XYZ 30.12 15.12 43.45 -
YUV 92.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 192 25 178 0 0.87 0.07 0.25 305.03 0.77 0.43
Hex C0 19 B2 0 57 7 19 131 4D 2B
Octal 300 31 262 0 127 7 31 461 115 53
Binary 11000000 11001 10110010 0 1010111 111 11001 100110001 1001101 101011

Color Harmonies of #C019B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019B2

Black with #C019B2

Text Example


Text Example

White with #C019B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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