Html Css Color HEX #C81584 Medium Violet Red

📋 copy color: '#C81584'

red 200 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #C81584

Tints of Medium Violet Red #C81584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 56.66%
G = 5.95%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81584 (or 0xC81584) is known color: Medium Violet Red. HEX triplet: C8, 15 and 84. RGB value is (200,21,132). Sum of RGB (Red+Green+Blue) = 200+21+132=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81584 is #37EA7B. Grayscale: #565656. Windows color (decimal): -3664508 or 8656328. OLE color: 8656328.

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

Color convert

RGB 200 21 132 -
CMYK 0 0.90 0.34 0.22
HSL 322.79º 0.81% 0.43% -
HSV(B) 322.79º 0.9% 0.78% -
XYZ 28.25 14.48 23.14 -
YUV 87.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 200 21 132 0 0.90 0.34 0.22 322.79 0.81 0.43
Hex C8 15 84 0 5A 22 16 143 51 2B
Octal 310 25 204 0 132 42 26 503 121 53
Binary 11001000 10101 10000100 0 1011010 100010 10110 101000011 1010001 101011

Color Harmonies of #C81584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81584

Black with #C81584

Text Example


Text Example

White with #C81584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81584; }

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

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

background-color css

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

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

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

border-color css

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

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

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