Html Css Color HEX #C019A8 Medium Violet Red

📋 copy color: '#C019A8'

red 192 ◦ green 25 ◦ blue 168

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

Shades of Medium Violet Red #C019A8

Tints of Medium Violet Red #C019A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.64%

R = 49.87%
G = 6.49%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C019A8 (or 0xC019A8) is known color: Medium Violet Red. HEX triplet: C0, 19 and A8. RGB value is (192,25,168). Sum of RGB (Red+Green+Blue) = 192+25+168=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C019A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C019A8 is #3FE657. Grayscale: #5A5A5A. Windows color (decimal): -4187736 or 11016640. OLE color: 11016640.

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

Color convert

RGB 192 25 168 -
CMYK 0 0.87 0.12 0.25
HSL 308.62º 0.77% 0.43% -
HSV(B) 308.62º 0.87% 0.75% -
XYZ 29.15 14.73 38.35 -
YUV 91.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 192 25 168 0 0.87 0.12 0.25 308.62 0.77 0.43
Hex C0 19 A8 0 57 C 19 135 4D 2B
Octal 300 31 250 0 127 14 31 465 115 53
Binary 11000000 11001 10101000 0 1010111 1100 11001 100110101 1001101 101011

Color Harmonies of #C019A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019A8

Black with #C019A8

Text Example


Text Example

White with #C019A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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