Html Css Color HEX #C21E87 Medium Violet Red

📋 copy color: '#C21E87'

red 194 ◦ green 30 ◦ blue 135

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

Shades of Medium Violet Red #C21E87

Tints of Medium Violet Red #C21E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 54.04%
G = 8.36%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C21E87 (or 0xC21E87) is known color: Medium Violet Red. HEX triplet: C2, 1E and 87. RGB value is (194,30,135). Sum of RGB (Red+Green+Blue) = 194+30+135=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E87 is #3DE178. Grayscale: #5A5A5A. Windows color (decimal): -4055417 or 8855234. OLE color: 8855234.

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

Color convert

RGB 194 30 135 -
CMYK 0 0.85 0.30 0.24
HSL 321.59º 0.73% 0.44% -
HSV(B) 321.59º 0.85% 0.76% -
XYZ 27.09 14.15 24.22 -
YUV 91.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 194 30 135 0 0.85 0.30 0.24 321.59 0.73 0.44
Hex C2 1E 87 0 55 1E 18 142 49 2C
Octal 302 36 207 0 125 36 30 502 111 54
Binary 11000010 11110 10000111 0 1010101 11110 11000 101000010 1001001 101100

Color Harmonies of #C21E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E87

Black with #C21E87

Text Example


Text Example

White with #C21E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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