Html Css Color HEX #C8158F Medium Violet Red

📋 copy color: '#C8158F'

red 200 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #C8158F

Tints of Medium Violet Red #C8158F

RGB

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

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

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

R = 54.95%
G = 5.77%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8158F (or 0xC8158F) is known color: Medium Violet Red. HEX triplet: C8, 15 and 8F. RGB value is (200,21,143). Sum of RGB (Red+Green+Blue) = 200+21+143=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8158F is #37EA70. Grayscale: #585858. Windows color (decimal): -3664497 or 9377224. OLE color: 9377224.

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

Color convert

RGB 200 21 143 -
CMYK 0 0.90 0.28 0.22
HSL 319.11º 0.81% 0.43% -
HSV(B) 319.11º 0.9% 0.78% -
XYZ 29.05 14.8 27.31 -
YUV 88.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 200 21 143 0 0.90 0.28 0.22 319.11 0.81 0.43
Hex C8 15 8F 0 5A 1C 16 13F 51 2B
Octal 310 25 217 0 132 34 26 477 121 53
Binary 11001000 10101 10001111 0 1011010 11100 10110 100111111 1010001 101011

Color Harmonies of #C8158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8158F

Black with #C8158F

Text Example


Text Example

White with #C8158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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