Html Css Color HEX #C018A9 Medium Violet Red

📋 copy color: '#C018A9'

red 192 ◦ green 24 ◦ blue 169

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

Shades of Medium Violet Red #C018A9

Tints of Medium Violet Red #C018A9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 49.87%
G = 6.23%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C018A9 (or 0xC018A9) is known color: Medium Violet Red. HEX triplet: C0, 18 and A9. RGB value is (192,24,169). Sum of RGB (Red+Green+Blue) = 192+24+169=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C018A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018A9 is #3FE756. Grayscale: #5A5A5A. Windows color (decimal): -4187991 or 11081920. OLE color: 11081920.

HSL color Cylindrical-coordinate representation of color #C018A9: hue angle of 308.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018A9 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 169 -
CMYK 0 0.88 0.12 0.25
HSL 308.21º 0.78% 0.42% -
HSV(B) 308.21º 0.88% 0.75% -
XYZ 29.23 14.72 38.84 -
YUV 90.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 192 24 169 0 0.88 0.12 0.25 308.21 0.78 0.42
Hex C0 18 A9 0 58 C 19 134 4E 2A
Octal 300 30 251 0 130 14 31 464 116 52
Binary 11000000 11000 10101001 0 1011000 1100 11001 100110100 1001110 101010

Color Harmonies of #C018A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018A9

Black with #C018A9

Text Example


Text Example

White with #C018A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018A9; }

 p { color: rgb(192,24,169); }

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

background-color css

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

 a { background-color: rgb(192,24,169); }

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

border-color css

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

 span { border-color: rgb(192,24,169); }

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