Html Css Color HEX #C21F8B Medium Violet Red

📋 copy color: '#C21F8B'

red 194 ◦ green 31 ◦ blue 139

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

Shades of Medium Violet Red #C21F8B

Tints of Medium Violet Red #C21F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 53.3%
G = 8.52%
B = 38.19%

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

#C21F8B (or 0xC21F8B) is known color: Medium Violet Red. HEX triplet: C2, 1F and 8B. RGB value is (194,31,139). Sum of RGB (Red+Green+Blue) = 194+31+139=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F8B is #3DE074. Grayscale: #5B5B5B. Windows color (decimal): -4055157 or 9117634. OLE color: 9117634.

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

Color convert

RGB 194 31 139 -
CMYK 0 0.84 0.28 0.24
HSL 320.25º 0.72% 0.44% -
HSV(B) 320.25º 0.84% 0.76% -
XYZ 27.4 14.31 25.74 -
YUV 92.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 194 31 139 0 0.84 0.28 0.24 320.25 0.72 0.44
Hex C2 1F 8B 0 54 1C 18 140 48 2C
Octal 302 37 213 0 124 34 30 500 110 54
Binary 11000010 11111 10001011 0 1010100 11100 11000 101000000 1001000 101100

Color Harmonies of #C21F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F8B

Black with #C21F8B

Text Example


Text Example

White with #C21F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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