Html Css Color HEX #C8138E Medium Violet Red

📋 copy color: '#C8138E'

red 200 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #C8138E

Tints of Medium Violet Red #C8138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 55.4%
G = 5.26%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8138E (or 0xC8138E) is known color: Medium Violet Red. HEX triplet: C8, 13 and 8E. RGB value is (200,19,142). Sum of RGB (Red+Green+Blue) = 200+19+142=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8138E is #37EC71. Grayscale: #565656. Windows color (decimal): -3665010 or 9311176. OLE color: 9311176.

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

Color convert

RGB 200 19 142 -
CMYK 0 0.90 0.29 0.22
HSL 319.23º 0.83% 0.43% -
HSV(B) 319.23º 0.91% 0.78% -
XYZ 28.93 14.7 26.9 -
YUV 87.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 200 19 142 0 0.90 0.29 0.22 319.23 0.83 0.43
Hex C8 13 8E 0 5A 1D 16 13F 53 2B
Octal 310 23 216 0 132 35 26 477 123 53
Binary 11001000 10011 10001110 0 1011010 11101 10110 100111111 1010011 101011

Color Harmonies of #C8138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8138E

Black with #C8138E

Text Example


Text Example

White with #C8138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8138E; }

 p { color: rgb(200,19,142); }

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

background-color css

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

 a { background-color: rgb(200,19,142); }

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

border-color css

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

 span { border-color: rgb(200,19,142); }

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