Html Css Color HEX #C8149E Medium Violet Red

📋 copy color: '#C8149E'

red 200 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #C8149E

Tints of Medium Violet Red #C8149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 52.91%
G = 5.29%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8149E (or 0xC8149E) is known color: Medium Violet Red. HEX triplet: C8, 14 and 9E. RGB value is (200,20,158). Sum of RGB (Red+Green+Blue) = 200+20+158=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8149E is #37EB61. Grayscale: #595959. Windows color (decimal): -3664738 or 10360008. OLE color: 10360008.

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

Color convert

RGB 200 20 158 -
CMYK 0 0.9 0.21 0.22
HSL 314º 0.82% 0.43% -
HSV(B) 314º 0.9% 0.78% -
XYZ 30.24 15.25 33.7 -
YUV 89.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 200 20 158 0 0.9 0.21 0.22 314 0.82 0.43
Hex C8 14 9E 0 5A 15 16 13A 52 2B
Octal 310 24 236 0 132 25 26 472 122 53
Binary 11001000 10100 10011110 0 1011010 10101 10110 100111010 1010010 101011

Color Harmonies of #C8149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8149E

Black with #C8149E

Text Example


Text Example

White with #C8149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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