Html Css Color HEX #C8149A Medium Violet Red

📋 copy color: '#C8149A'

red 200 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C8149A

Tints of Medium Violet Red #C8149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 53.48%
G = 5.35%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8149A (or 0xC8149A) is known color: Medium Violet Red. HEX triplet: C8, 14 and 9A. RGB value is (200,20,154). Sum of RGB (Red+Green+Blue) = 200+20+154=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8149A is #37EB65. Grayscale: #585858. Windows color (decimal): -3664742 or 10097864. OLE color: 10097864.

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

Color convert

RGB 200 20 154 -
CMYK 0 0.9 0.23 0.22
HSL 315.33º 0.82% 0.43% -
HSV(B) 315.33º 0.9% 0.78% -
XYZ 29.9 15.11 31.91 -
YUV 89.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 200 20 154 0 0.9 0.23 0.22 315.33 0.82 0.43
Hex C8 14 9A 0 5A 17 16 13B 52 2B
Octal 310 24 232 0 132 27 26 473 122 53
Binary 11001000 10100 10011010 0 1011010 10111 10110 100111011 1010010 101011

Color Harmonies of #C8149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8149A

Black with #C8149A

Text Example


Text Example

White with #C8149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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