Html Css Color HEX #C21E6D Medium Violet Red

📋 copy color: '#C21E6D'

red 194 ◦ green 30 ◦ blue 109

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

Shades of Medium Violet Red #C21E6D

Tints of Medium Violet Red #C21E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 58.26%
G = 9.01%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C21E6D (or 0xC21E6D) is known color: Medium Violet Red. HEX triplet: C2, 1E and 6D. RGB value is (194,30,109). Sum of RGB (Red+Green+Blue) = 194+30+109=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E6D is #3DE192. Grayscale: #575757. Windows color (decimal): -4055443 or 7151298. OLE color: 7151298.

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

Color convert

RGB 194 30 109 -
CMYK 0 0.85 0.44 0.24
HSL 331.1º 0.73% 0.44% -
HSV(B) 331.1º 0.85% 0.76% -
XYZ 25.47 13.5 15.73 -
YUV 88.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 194 30 109 0 0.85 0.44 0.24 331.1 0.73 0.44
Hex C2 1E 6D 0 55 2C 18 14B 49 2C
Octal 302 36 155 0 125 54 30 513 111 54
Binary 11000010 11110 1101101 0 1010101 101100 11000 101001011 1001001 101100

Color Harmonies of #C21E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E6D

Black with #C21E6D

Text Example


Text Example

White with #C21E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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