Html Css Color HEX #C81581 Medium Violet Red

📋 copy color: '#C81581'

red 200 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #C81581

Tints of Medium Violet Red #C81581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 57.14%
G = 6%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C81581 (or 0xC81581) is known color: Medium Violet Red. HEX triplet: C8, 15 and 81. RGB value is (200,21,129). Sum of RGB (Red+Green+Blue) = 200+21+129=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C81581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81581 is #37EA7E. Grayscale: #565656. Windows color (decimal): -3664511 or 8459720. OLE color: 8459720.

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

Color convert

RGB 200 21 129 -
CMYK 0 0.90 0.36 0.22
HSL 323.8º 0.81% 0.43% -
HSV(B) 323.8º 0.9% 0.78% -
XYZ 28.05 14.4 22.07 -
YUV 86.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 200 21 129 0 0.90 0.36 0.22 323.8 0.81 0.43
Hex C8 15 81 0 5A 24 16 144 51 2B
Octal 310 25 201 0 132 44 26 504 121 53
Binary 11001000 10101 10000001 0 1011010 100100 10110 101000100 1010001 101011

Color Harmonies of #C81581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81581

Black with #C81581

Text Example


Text Example

White with #C81581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81581; }

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

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

background-color css

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

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

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

border-color css

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

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

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