Html Css Color HEX #C21F8C Medium Violet Red

📋 copy color: '#C21F8C'

red 194 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #C21F8C

Tints of Medium Violet Red #C21F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 53.15%
G = 8.49%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C21F8C (or 0xC21F8C) is known color: Medium Violet Red. HEX triplet: C2, 1F and 8C. RGB value is (194,31,140). Sum of RGB (Red+Green+Blue) = 194+31+140=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F8C is #3DE073. Grayscale: #5B5B5B. Windows color (decimal): -4055156 or 9183170. OLE color: 9183170.

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

Color convert

RGB 194 31 140 -
CMYK 0 0.84 0.28 0.24
HSL 319.88º 0.72% 0.44% -
HSV(B) 319.88º 0.84% 0.76% -
XYZ 27.47 14.34 26.13 -
YUV 92.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 194 31 140 0 0.84 0.28 0.24 319.88 0.72 0.44
Hex C2 1F 8C 0 54 1C 18 140 48 2C
Octal 302 37 214 0 124 34 30 500 110 54
Binary 11000010 11111 10001100 0 1010100 11100 11000 101000000 1001000 101100

Color Harmonies of #C21F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F8C

Black with #C21F8C

Text Example


Text Example

White with #C21F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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