Html Css Color HEX #C019B5 Deep Magenta

📋 copy color: '#C019B5'

red 192 ◦ green 25 ◦ blue 181

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

Shades of Deep Magenta #C019B5

Tints of Deep Magenta #C019B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 48.24%
G = 6.28%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C019B5 (or 0xC019B5) is known color: Deep Magenta. HEX triplet: C0, 19 and B5. RGB value is (192,25,181). Sum of RGB (Red+Green+Blue) = 192+25+181=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C019B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019B5 is #3FE64A. Grayscale: #5C5C5C. Windows color (decimal): -4187723 or 11868608. OLE color: 11868608.

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

Color convert

RGB 192 25 181 -
CMYK 0 0.87 0.06 0.25
HSL 303.95º 0.77% 0.43% -
HSV(B) 303.95º 0.87% 0.75% -
XYZ 30.43 15.24 45.05 -
YUV 92.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 192 25 181 0 0.87 0.06 0.25 303.95 0.77 0.43
Hex C0 19 B5 0 57 6 19 130 4D 2B
Octal 300 31 265 0 127 6 31 460 115 53
Binary 11000000 11001 10110101 0 1010111 110 11001 100110000 1001101 101011

Color Harmonies of #C019B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019B5

Black with #C019B5

Text Example


Text Example

White with #C019B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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