Html Css Color HEX #C8156D Medium Violet Red

📋 copy color: '#C8156D'

red 200 ◦ green 21 ◦ blue 109

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

Shades of Medium Violet Red #C8156D

Tints of Medium Violet Red #C8156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 60.61%
G = 6.36%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8156D (or 0xC8156D) is known color: Medium Violet Red. HEX triplet: C8, 15 and 6D. RGB value is (200,21,109). Sum of RGB (Red+Green+Blue) = 200+21+109=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8156D is #37EA92. Grayscale: #545454. Windows color (decimal): -3664531 or 7149000. OLE color: 7149000.

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

Color convert

RGB 200 21 109 -
CMYK 0 0.90 0.46 0.22
HSL 330.5º 0.81% 0.43% -
HSV(B) 330.5º 0.9% 0.78% -
XYZ 26.85 13.92 15.74 -
YUV 84.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 200 21 109 0 0.90 0.46 0.22 330.5 0.81 0.43
Hex C8 15 6D 0 5A 2E 16 14B 51 2B
Octal 310 25 155 0 132 56 26 513 121 53
Binary 11001000 10101 1101101 0 1011010 101110 10110 101001011 1010001 101011

Color Harmonies of #C8156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8156D

Black with #C8156D

Text Example


Text Example

White with #C8156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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