Html Css Color HEX #C21E8F Medium Violet Red

📋 copy color: '#C21E8F'

red 194 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #C21E8F

Tints of Medium Violet Red #C21E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 52.86%
G = 8.17%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C21E8F (or 0xC21E8F) is known color: Medium Violet Red. HEX triplet: C2, 1E and 8F. RGB value is (194,30,143). Sum of RGB (Red+Green+Blue) = 194+30+143=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E8F is #3DE170. Grayscale: #5B5B5B. Windows color (decimal): -4055409 or 9379522. OLE color: 9379522.

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

Color convert

RGB 194 30 143 -
CMYK 0 0.85 0.26 0.24
HSL 318.66º 0.73% 0.44% -
HSV(B) 318.66º 0.85% 0.76% -
XYZ 27.67 14.38 27.3 -
YUV 91.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 194 30 143 0 0.85 0.26 0.24 318.66 0.73 0.44
Hex C2 1E 8F 0 55 1A 18 13F 49 2C
Octal 302 36 217 0 125 32 30 477 111 54
Binary 11000010 11110 10001111 0 1010101 11010 11000 100111111 1001001 101100

Color Harmonies of #C21E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E8F

Black with #C21E8F

Text Example


Text Example

White with #C21E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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