Html Css Color HEX #C81576 Medium Violet Red

📋 copy color: '#C81576'

red 200 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #C81576

Tints of Medium Violet Red #C81576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 59%
G = 6.19%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C81576 (or 0xC81576) is known color: Medium Violet Red. HEX triplet: C8, 15 and 76. RGB value is (200,21,118). Sum of RGB (Red+Green+Blue) = 200+21+118=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81576 is #37EA89. Grayscale: #555555. Windows color (decimal): -3664522 or 7738824. OLE color: 7738824.

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

Color convert

RGB 200 21 118 -
CMYK 0 0.90 0.41 0.22
HSL 327.49º 0.81% 0.43% -
HSV(B) 327.49º 0.9% 0.78% -
XYZ 27.36 14.12 18.42 -
YUV 85.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 200 21 118 0 0.90 0.41 0.22 327.49 0.81 0.43
Hex C8 15 76 0 5A 29 16 147 51 2B
Octal 310 25 166 0 132 51 26 507 121 53
Binary 11001000 10101 1110110 0 1011010 101001 10110 101000111 1010001 101011

Color Harmonies of #C81576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81576

Black with #C81576

Text Example


Text Example

White with #C81576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81576; }

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

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

background-color css

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

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

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

border-color css

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

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

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