Html Css Color HEX #C016A8 Medium Violet Red

📋 copy color: '#C016A8'

red 192 ◦ green 22 ◦ blue 168

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

Shades of Medium Violet Red #C016A8

Tints of Medium Violet Red #C016A8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

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

R = 50.26%
G = 5.76%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C016A8 (or 0xC016A8) is known color: Medium Violet Red. HEX triplet: C0, 16 and A8. RGB value is (192,22,168). Sum of RGB (Red+Green+Blue) = 192+22+168=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C016A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016A8 is #3FE957. Grayscale: #595959. Windows color (decimal): -4188504 or 11015872. OLE color: 11015872.

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

Color convert

RGB 192 22 168 -
CMYK 0 0.89 0.12 0.25
HSL 308.47º 0.79% 0.42% -
HSV(B) 308.47º 0.89% 0.75% -
XYZ 29.09 14.61 38.33 -
YUV 89.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 192 22 168 0 0.89 0.12 0.25 308.47 0.79 0.42
Hex C0 16 A8 0 59 C 19 134 4F 2A
Octal 300 26 250 0 131 14 31 464 117 52
Binary 11000000 10110 10101000 0 1011001 1100 11001 100110100 1001111 101010

Color Harmonies of #C016A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016A8

Black with #C016A8

Text Example


Text Example

White with #C016A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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