Html Css Color HEX #C21590 Medium Violet Red

📋 copy color: '#C21590'

red 194 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #C21590

Tints of Medium Violet Red #C21590

RGB

 RED value IS 194 (76.17% from 255) = 54.04%

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

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

R = 54.04%
G = 5.85%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21590 (or 0xC21590) is known color: Medium Violet Red. HEX triplet: C2, 15 and 90. RGB value is (194,21,144). Sum of RGB (Red+Green+Blue) = 194+21+144=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21590 is #3DEA6F. Grayscale: #565656. Windows color (decimal): -4057712 or 9442754. OLE color: 9442754.

HSL color Cylindrical-coordinate representation of color #C21590: hue angle of 317.34º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21590 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 144 -
CMYK 0 0.89 0.26 0.24
HSL 317.34º 0.8% 0.42% -
HSV(B) 317.34º 0.89% 0.76% -
XYZ 27.55 14.02 27.64 -
YUV 86.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 194 21 144 0 0.89 0.26 0.24 317.34 0.8 0.42
Hex C2 15 90 0 59 1A 18 13D 50 2A
Octal 302 25 220 0 131 32 30 475 120 52
Binary 11000010 10101 10010000 0 1011001 11010 11000 100111101 1010000 101010

Color Harmonies of #C21590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21590

Black with #C21590

Text Example


Text Example

White with #C21590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21590; }

 p { color: rgb(194,21,144); }

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

background-color css

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

 a { background-color: rgb(194,21,144); }

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

border-color css

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

 span { border-color: rgb(194,21,144); }

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