Html Css Color HEX #C8159F Medium Violet Red

📋 copy color: '#C8159F'

red 200 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #C8159F

Tints of Medium Violet Red #C8159F

RGB

 RED value IS 200 (78.52% from 255) = 52.63%

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 52.63%
G = 5.53%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8159F (or 0xC8159F) is known color: Medium Violet Red. HEX triplet: C8, 15 and 9F. RGB value is (200,21,159). Sum of RGB (Red+Green+Blue) = 200+21+159=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8159F is #37EA60. Grayscale: #595959. Windows color (decimal): -3664481 or 10425800. OLE color: 10425800.

HSL color Cylindrical-coordinate representation of color #C8159F: hue angle of 313.74º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8159F is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 159 -
CMYK 0 0.90 0.20 0.22
HSL 313.74º 0.81% 0.43% -
HSV(B) 313.74º 0.9% 0.78% -
XYZ 30.35 15.32 34.16 -
YUV 90.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 200 21 159 0 0.90 0.20 0.22 313.74 0.81 0.43
Hex C8 15 9F 0 5A 14 16 13A 51 2B
Octal 310 25 237 0 132 24 26 472 121 53
Binary 11001000 10101 10011111 0 1011010 10100 10110 100111010 1010001 101011

Color Harmonies of #C8159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8159F

Black with #C8159F

Text Example


Text Example

White with #C8159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8159F; }

 p { color: rgb(200,21,159); }

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

background-color css

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

 a { background-color: rgb(200,21,159); }

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

border-color css

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

 span { border-color: rgb(200,21,159); }

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