Html Css Color HEX #C21E89 Medium Violet Red

📋 copy color: '#C21E89'

red 194 ◦ green 30 ◦ blue 137

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

Shades of Medium Violet Red #C21E89

Tints of Medium Violet Red #C21E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 53.74%
G = 8.31%
B = 37.95%

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

#C21E89 (or 0xC21E89) is known color: Medium Violet Red. HEX triplet: C2, 1E and 89. RGB value is (194,30,137). Sum of RGB (Red+Green+Blue) = 194+30+137=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E89 is #3DE176. Grayscale: #5A5A5A. Windows color (decimal): -4055415 or 8986306. OLE color: 8986306.

HSL color Cylindrical-coordinate representation of color #C21E89: hue angle of 320.85º degrees, saturation: 0.73, 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 #C21E89 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 137 -
CMYK 0 0.85 0.29 0.24
HSL 320.85º 0.73% 0.44% -
HSV(B) 320.85º 0.85% 0.76% -
XYZ 27.23 14.2 24.97 -
YUV 91.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 194 30 137 0 0.85 0.29 0.24 320.85 0.73 0.44
Hex C2 1E 89 0 55 1D 18 141 49 2C
Octal 302 36 211 0 125 35 30 501 111 54
Binary 11000010 11110 10001001 0 1010101 11101 11000 101000001 1001001 101100

Color Harmonies of #C21E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E89

Black with #C21E89

Text Example


Text Example

White with #C21E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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