Html Css Color HEX #C81991 Medium Violet Red

📋 copy color: '#C81991'

red 200 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #C81991

Tints of Medium Violet Red #C81991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 54.05%
G = 6.76%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C81991 (or 0xC81991) is known color: Medium Violet Red. HEX triplet: C8, 19 and 91. RGB value is (200,25,145). Sum of RGB (Red+Green+Blue) = 200+25+145=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C81991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81991 is #37E66E. Grayscale: #5A5A5A. Windows color (decimal): -3663471 or 9509320. OLE color: 9509320.

HSL color Cylindrical-coordinate representation of color #C81991: hue angle of 318.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81991 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 145 -
CMYK 0 0.88 0.28 0.22
HSL 318.86º 0.78% 0.44% -
HSV(B) 318.86º 0.88% 0.78% -
XYZ 29.28 15.02 28.14 -
YUV 91.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 200 25 145 0 0.88 0.28 0.22 318.86 0.78 0.44
Hex C8 19 91 0 58 1C 16 13F 4E 2C
Octal 310 31 221 0 130 34 26 477 116 54
Binary 11001000 11001 10010001 0 1011000 11100 10110 100111111 1001110 101100

Color Harmonies of #C81991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81991

Black with #C81991

Text Example


Text Example

White with #C81991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81991; }

 p { color: rgb(200,25,145); }

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

background-color css

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

 a { background-color: rgb(200,25,145); }

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

border-color css

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

 span { border-color: rgb(200,25,145); }

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