Html Css Color HEX #C8146E Medium Violet Red

📋 copy color: '#C8146E'

red 200 ◦ green 20 ◦ blue 110

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

Shades of Medium Violet Red #C8146E

Tints of Medium Violet Red #C8146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 60.61%
G = 6.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8146E (or 0xC8146E) is known color: Medium Violet Red. HEX triplet: C8, 14 and 6E. RGB value is (200,20,110). Sum of RGB (Red+Green+Blue) = 200+20+110=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8146E is #37EB91. Grayscale: #535353. Windows color (decimal): -3664786 or 7214280. OLE color: 7214280.

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

Color convert

RGB 200 20 110 -
CMYK 0 0.9 0.45 0.22
HSL 330º 0.82% 0.43% -
HSV(B) 330º 0.9% 0.78% -
XYZ 26.88 13.91 16.02 -
YUV 84.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 200 20 110 0 0.9 0.45 0.22 330 0.82 0.43
Hex C8 14 6E 0 5A 2D 16 14A 52 2B
Octal 310 24 156 0 132 55 26 512 122 53
Binary 11001000 10100 1101110 0 1011010 101101 10110 101001010 1010010 101011

Color Harmonies of #C8146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8146E

Black with #C8146E

Text Example


Text Example

White with #C8146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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