Html Css Color HEX #C21F8E Medium Violet Red

📋 copy color: '#C21F8E'

red 194 ◦ green 31 ◦ blue 142

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

Shades of Medium Violet Red #C21F8E

Tints of Medium Violet Red #C21F8E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 52.86%
G = 8.45%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C21F8E (or 0xC21F8E) is known color: Medium Violet Red. HEX triplet: C2, 1F and 8E. RGB value is (194,31,142). Sum of RGB (Red+Green+Blue) = 194+31+142=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F8E is #3DE071. Grayscale: #5C5C5C. Windows color (decimal): -4055154 or 9314242. OLE color: 9314242.

HSL color Cylindrical-coordinate representation of color #C21F8E: hue angle of 319.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F8E is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 142 -
CMYK 0 0.84 0.27 0.24
HSL 319.14º 0.72% 0.44% -
HSV(B) 319.14º 0.84% 0.76% -
XYZ 27.62 14.4 26.92 -
YUV 92.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 194 31 142 0 0.84 0.27 0.24 319.14 0.72 0.44
Hex C2 1F 8E 0 54 1B 18 13F 48 2C
Octal 302 37 216 0 124 33 30 477 110 54
Binary 11000010 11111 10001110 0 1010100 11011 11000 100111111 1001000 101100

Color Harmonies of #C21F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F8E

Black with #C21F8E

Text Example


Text Example

White with #C21F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F8E; }

 p { color: rgb(194,31,142); }

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

background-color css

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

 a { background-color: rgb(194,31,142); }

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

border-color css

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

 span { border-color: rgb(194,31,142); }

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