Html Css Color HEX #C21E86 Medium Violet Red

📋 copy color: '#C21E86'

red 194 ◦ green 30 ◦ blue 134

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

Shades of Medium Violet Red #C21E86

Tints of Medium Violet Red #C21E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 54.19%
G = 8.38%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C21E86 (or 0xC21E86) is known color: Medium Violet Red. HEX triplet: C2, 1E and 86. RGB value is (194,30,134). Sum of RGB (Red+Green+Blue) = 194+30+134=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E86 is #3DE179. Grayscale: #5A5A5A. Windows color (decimal): -4055418 or 8789698. OLE color: 8789698.

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

Color convert

RGB 194 30 134 -
CMYK 0 0.85 0.31 0.24
HSL 321.95º 0.73% 0.44% -
HSV(B) 321.95º 0.85% 0.76% -
XYZ 27.02 14.12 23.86 -
YUV 90.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 194 30 134 0 0.85 0.31 0.24 321.95 0.73 0.44
Hex C2 1E 86 0 55 1F 18 142 49 2C
Octal 302 36 206 0 125 37 30 502 111 54
Binary 11000010 11110 10000110 0 1010101 11111 11000 101000010 1001001 101100

Color Harmonies of #C21E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E86

Black with #C21E86

Text Example


Text Example

White with #C21E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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