Html Css Color HEX #C21E83 Medium Violet Red

📋 copy color: '#C21E83'

red 194 ◦ green 30 ◦ blue 131

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

Shades of Medium Violet Red #C21E83

Tints of Medium Violet Red #C21E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.9%

R = 54.65%
G = 8.45%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C21E83 (or 0xC21E83) is known color: Medium Violet Red. HEX triplet: C2, 1E and 83. RGB value is (194,30,131). Sum of RGB (Red+Green+Blue) = 194+30+131=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E83 is #3DE17C. Grayscale: #5A5A5A. Windows color (decimal): -4055421 or 8593090. OLE color: 8593090.

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

Color convert

RGB 194 30 131 -
CMYK 0 0.85 0.32 0.24
HSL 323.05º 0.73% 0.44% -
HSV(B) 323.05º 0.85% 0.76% -
XYZ 26.81 14.04 22.77 -
YUV 90.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 194 30 131 0 0.85 0.32 0.24 323.05 0.73 0.44
Hex C2 1E 83 0 55 20 18 143 49 2C
Octal 302 36 203 0 125 40 30 503 111 54
Binary 11000010 11110 10000011 0 1010101 100000 11000 101000011 1001001 101100

Color Harmonies of #C21E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E83

Black with #C21E83

Text Example


Text Example

White with #C21E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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