Html Css Color HEX #C21F9F Medium Violet Red

📋 copy color: '#C21F9F'

red 194 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #C21F9F

Tints of Medium Violet Red #C21F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 50.52%
G = 8.07%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C21F9F (or 0xC21F9F) is known color: Medium Violet Red. HEX triplet: C2, 1F and 9F. RGB value is (194,31,159). Sum of RGB (Red+Green+Blue) = 194+31+159=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F9F is #3DE060. Grayscale: #5D5D5D. Windows color (decimal): -4055137 or 10428354. OLE color: 10428354.

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

Color convert

RGB 194 31 159 -
CMYK 0 0.84 0.18 0.24
HSL 312.88º 0.72% 0.44% -
HSV(B) 312.88º 0.84% 0.76% -
XYZ 29 14.95 34.16 -
YUV 94.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 194 31 159 0 0.84 0.18 0.24 312.88 0.72 0.44
Hex C2 1F 9F 0 54 12 18 139 48 2C
Octal 302 37 237 0 124 22 30 471 110 54
Binary 11000010 11111 10011111 0 1010100 10010 11000 100111001 1001000 101100

Color Harmonies of #C21F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F9F

Black with #C21F9F

Text Example


Text Example

White with #C21F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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