Html Css Color HEX #C8147C Medium Violet Red

📋 copy color: '#C8147C'

red 200 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C8147C

Tints of Medium Violet Red #C8147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 58.14%
G = 5.81%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8147C (or 0xC8147C) is known color: Medium Violet Red. HEX triplet: C8, 14 and 7C. RGB value is (200,20,124). Sum of RGB (Red+Green+Blue) = 200+20+124=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8147C is #37EB83. Grayscale: #555555. Windows color (decimal): -3664772 or 8131784. OLE color: 8131784.

HSL color Cylindrical-coordinate representation of color #C8147C: hue angle of 325.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8147C is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 124 -
CMYK 0 0.9 0.38 0.22
HSL 325.33º 0.82% 0.43% -
HSV(B) 325.33º 0.9% 0.78% -
XYZ 27.71 14.23 20.36 -
YUV 85.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 200 20 124 0 0.9 0.38 0.22 325.33 0.82 0.43
Hex C8 14 7C 0 5A 26 16 145 52 2B
Octal 310 24 174 0 132 46 26 505 122 53
Binary 11001000 10100 1111100 0 1011010 100110 10110 101000101 1010010 101011

Color Harmonies of #C8147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8147C

Black with #C8147C

Text Example


Text Example

White with #C8147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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