Html Css Color HEX #C21E7F Medium Violet Red

📋 copy color: '#C21E7F'

red 194 ◦ green 30 ◦ blue 127

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

Shades of Medium Violet Red #C21E7F

Tints of Medium Violet Red #C21E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 55.27%
G = 8.55%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C21E7F (or 0xC21E7F) is known color: Medium Violet Red. HEX triplet: C2, 1E and 7F. RGB value is (194,30,127). Sum of RGB (Red+Green+Blue) = 194+30+127=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E7F is #3DE180. Grayscale: #595959. Windows color (decimal): -4055425 or 8330946. OLE color: 8330946.

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

Color convert

RGB 194 30 127 -
CMYK 0 0.85 0.35 0.24
HSL 324.51º 0.73% 0.44% -
HSV(B) 324.51º 0.85% 0.76% -
XYZ 26.54 13.93 21.37 -
YUV 90.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 194 30 127 0 0.85 0.35 0.24 324.51 0.73 0.44
Hex C2 1E 7F 0 55 23 18 145 49 2C
Octal 302 36 177 0 125 43 30 505 111 54
Binary 11000010 11110 1111111 0 1010101 100011 11000 101000101 1001001 101100

Color Harmonies of #C21E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E7F

Black with #C21E7F

Text Example


Text Example

White with #C21E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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