Html Css Color HEX #C21990 Medium Violet Red

📋 copy color: '#C21990'

red 194 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #C21990

Tints of Medium Violet Red #C21990

RGB

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

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

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

R = 53.44%
G = 6.89%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21990 (or 0xC21990) is known color: Medium Violet Red. HEX triplet: C2, 19 and 90. RGB value is (194,25,144). Sum of RGB (Red+Green+Blue) = 194+25+144=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21990 is #3DE66F. Grayscale: #585858. Windows color (decimal): -4056688 or 9443778. OLE color: 9443778.

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

Color convert

RGB 194 25 144 -
CMYK 0 0.87 0.26 0.24
HSL 317.75º 0.77% 0.43% -
HSV(B) 317.75º 0.87% 0.76% -
XYZ 27.63 14.18 27.67 -
YUV 89.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 194 25 144 0 0.87 0.26 0.24 317.75 0.77 0.43
Hex C2 19 90 0 57 1A 18 13E 4D 2B
Octal 302 31 220 0 127 32 30 476 115 53
Binary 11000010 11001 10010000 0 1010111 11010 11000 100111110 1001101 101011

Color Harmonies of #C21990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21990

Black with #C21990

Text Example


Text Example

White with #C21990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21990; }

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

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

background-color css

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

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

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

border-color css

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

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

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