Html Css Color HEX #C8148F Medium Violet Red

📋 copy color: '#C8148F'

red 200 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #C8148F

Tints of Medium Violet Red #C8148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 55.1%
G = 5.51%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8148F (or 0xC8148F) is known color: Medium Violet Red. HEX triplet: C8, 14 and 8F. RGB value is (200,20,143). Sum of RGB (Red+Green+Blue) = 200+20+143=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8148F is #37EB70. Grayscale: #575757. Windows color (decimal): -3664753 or 9376968. OLE color: 9376968.

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

Color convert

RGB 200 20 143 -
CMYK 0 0.9 0.28 0.22
HSL 319º 0.82% 0.43% -
HSV(B) 319º 0.9% 0.78% -
XYZ 29.03 14.76 27.31 -
YUV 87.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 200 20 143 0 0.9 0.28 0.22 319 0.82 0.43
Hex C8 14 8F 0 5A 1C 16 13F 52 2B
Octal 310 24 217 0 132 34 26 477 122 53
Binary 11001000 10100 10001111 0 1011010 11100 10110 100111111 1010010 101011

Color Harmonies of #C8148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8148F

Black with #C8148F

Text Example


Text Example

White with #C8148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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