Html Css Color HEX #C21A90 Medium Violet Red

📋 copy color: '#C21A90'

red 194 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #C21A90

Tints of Medium Violet Red #C21A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

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

R = 53.3%
G = 7.14%
B = 39.56%

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

#C21A90 (or 0xC21A90) is known color: Medium Violet Red. HEX triplet: C2, 1A and 90. RGB value is (194,26,144). Sum of RGB (Red+Green+Blue) = 194+26+144=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A90 is #3DE56F. Grayscale: #595959. Windows color (decimal): -4056432 or 9444034. OLE color: 9444034.

HSL color Cylindrical-coordinate representation of color #C21A90: hue angle of 317.86º degrees, saturation: 0.76, 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 #C21A90 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 144 -
CMYK 0 0.87 0.26 0.24
HSL 317.86º 0.76% 0.43% -
HSV(B) 317.86º 0.87% 0.76% -
XYZ 27.65 14.22 27.67 -
YUV 89.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 194 26 144 0 0.87 0.26 0.24 317.86 0.76 0.43
Hex C2 1A 90 0 57 1A 18 13E 4C 2B
Octal 302 32 220 0 127 32 30 476 114 53
Binary 11000010 11010 10010000 0 1010111 11010 11000 100111110 1001100 101011

Color Harmonies of #C21A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A90

Black with #C21A90

Text Example


Text Example

White with #C21A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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