Html Css Color HEX #C21D89 Medium Violet Red

📋 copy color: '#C21D89'

red 194 ◦ green 29 ◦ blue 137

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

Shades of Medium Violet Red #C21D89

Tints of Medium Violet Red #C21D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

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

R = 53.89%
G = 8.06%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C21D89 (or 0xC21D89) is known color: Medium Violet Red. HEX triplet: C2, 1D and 89. RGB value is (194,29,137). Sum of RGB (Red+Green+Blue) = 194+29+137=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D89 is #3DE276. Grayscale: #5A5A5A. Windows color (decimal): -4055671 or 8986050. OLE color: 8986050.

HSL color Cylindrical-coordinate representation of color #C21D89: hue angle of 320.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D89 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 29 137 -
CMYK 0 0.85 0.29 0.24
HSL 320.73º 0.74% 0.44% -
HSV(B) 320.73º 0.85% 0.76% -
XYZ 27.2 14.15 24.97 -
YUV 90.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 194 29 137 0 0.85 0.29 0.24 320.73 0.74 0.44
Hex C2 1D 89 0 55 1D 18 141 4A 2C
Octal 302 35 211 0 125 35 30 501 112 54
Binary 11000010 11101 10001001 0 1010101 11101 11000 101000001 1001010 101100

Color Harmonies of #C21D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D89

Black with #C21D89

Text Example


Text Example

White with #C21D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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