Html Css Color HEX #C21E6F Medium Violet Red

📋 copy color: '#C21E6F'

red 194 ◦ green 30 ◦ blue 111

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

Shades of Medium Violet Red #C21E6F

Tints of Medium Violet Red #C21E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 57.91%
G = 8.96%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C21E6F (or 0xC21E6F) is known color: Medium Violet Red. HEX triplet: C2, 1E and 6F. RGB value is (194,30,111). Sum of RGB (Red+Green+Blue) = 194+30+111=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E6F is #3DE190. Grayscale: #585858. Windows color (decimal): -4055441 or 7282370. OLE color: 7282370.

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

Color convert

RGB 194 30 111 -
CMYK 0 0.85 0.43 0.24
HSL 330.37º 0.73% 0.44% -
HSV(B) 330.37º 0.85% 0.76% -
XYZ 25.58 13.55 16.31 -
YUV 88.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 194 30 111 0 0.85 0.43 0.24 330.37 0.73 0.44
Hex C2 1E 6F 0 55 2B 18 14A 49 2C
Octal 302 36 157 0 125 53 30 512 111 54
Binary 11000010 11110 1101111 0 1010101 101011 11000 101001010 1001001 101100

Color Harmonies of #C21E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E6F

Black with #C21E6F

Text Example


Text Example

White with #C21E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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