Html Css Color HEX #C8157C Medium Violet Red

📋 copy color: '#C8157C'

red 200 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C8157C

Tints of Medium Violet Red #C8157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 57.97%
G = 6.09%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8157C (or 0xC8157C) is known color: Medium Violet Red. HEX triplet: C8, 15 and 7C. RGB value is (200,21,124). Sum of RGB (Red+Green+Blue) = 200+21+124=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8157C is #37EA83. Grayscale: #565656. Windows color (decimal): -3664516 or 8132040. OLE color: 8132040.

HSL color Cylindrical-coordinate representation of color #C8157C: hue angle of 325.47º 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 #C8157C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 124 -
CMYK 0 0.90 0.38 0.22
HSL 325.47º 0.81% 0.43% -
HSV(B) 325.47º 0.9% 0.78% -
XYZ 27.73 14.27 20.36 -
YUV 86.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 200 21 124 0 0.90 0.38 0.22 325.47 0.81 0.43
Hex C8 15 7C 0 5A 26 16 145 51 2B
Octal 310 25 174 0 132 46 26 505 121 53
Binary 11001000 10101 1111100 0 1011010 100110 10110 101000101 1010001 101011

Color Harmonies of #C8157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8157C

Black with #C8157C

Text Example


Text Example

White with #C8157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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