Html Css Color HEX #C21489 Medium Violet Red

📋 copy color: '#C21489'

red 194 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #C21489

Tints of Medium Violet Red #C21489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 55.27%
G = 5.7%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C21489 (or 0xC21489) is known color: Medium Violet Red. HEX triplet: C2, 14 and 89. RGB value is (194,20,137). Sum of RGB (Red+Green+Blue) = 194+20+137=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C21489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21489 is #3DEB76. Grayscale: #555555. Windows color (decimal): -4057975 or 8983746. OLE color: 8983746.

HSL color Cylindrical-coordinate representation of color #C21489: hue angle of 319.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21489 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 137 -
CMYK 0 0.90 0.29 0.24
HSL 319.66º 0.81% 0.42% -
HSV(B) 319.66º 0.9% 0.76% -
XYZ 27.01 13.78 24.9 -
YUV 85.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 194 20 137 0 0.90 0.29 0.24 319.66 0.81 0.42
Hex C2 14 89 0 5A 1D 18 140 51 2A
Octal 302 24 211 0 132 35 30 500 121 52
Binary 11000010 10100 10001001 0 1011010 11101 11000 101000000 1010001 101010

Color Harmonies of #C21489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21489

Black with #C21489

Text Example


Text Example

White with #C21489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21489; }

 p { color: rgb(194,20,137); }

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

background-color css

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

 a { background-color: rgb(194,20,137); }

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

border-color css

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

 span { border-color: rgb(194,20,137); }

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