Html Css Color HEX #C81990 Medium Violet Red

📋 copy color: '#C81990'

red 200 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #C81990

Tints of Medium Violet Red #C81990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 54.2%
G = 6.78%
B = 39.02%

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

#C81990 (or 0xC81990) is known color: Medium Violet Red. HEX triplet: C8, 19 and 90. RGB value is (200,25,144). Sum of RGB (Red+Green+Blue) = 200+25+144=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81990 is #37E66F. Grayscale: #5A5A5A. Windows color (decimal): -3663472 or 9443784. OLE color: 9443784.

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

Color convert

RGB 200 25 144 -
CMYK 0 0.88 0.28 0.22
HSL 319.2º 0.78% 0.44% -
HSV(B) 319.2º 0.88% 0.78% -
XYZ 29.2 14.99 27.74 -
YUV 90.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 200 25 144 0 0.88 0.28 0.22 319.2 0.78 0.44
Hex C8 19 90 0 58 1C 16 13F 4E 2C
Octal 310 31 220 0 130 34 26 477 116 54
Binary 11001000 11001 10010000 0 1011000 11100 10110 100111111 1001110 101100

Color Harmonies of #C81990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81990

Black with #C81990

Text Example


Text Example

White with #C81990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81990; }

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

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

background-color css

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

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

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

border-color css

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

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

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