Html Css Color HEX #C21EAB Medium Violet Red

📋 copy color: '#C21EAB'

red 194 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #C21EAB

Tints of Medium Violet Red #C21EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 49.11%
G = 7.59%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C21EAB (or 0xC21EAB) is known color: Medium Violet Red. HEX triplet: C2, 1E and AB. RGB value is (194,30,171). Sum of RGB (Red+Green+Blue) = 194+30+171=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EAB is #3DE154. Grayscale: #5E5E5E. Windows color (decimal): -4055381 or 11214530. OLE color: 11214530.

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

Color convert

RGB 194 30 171 -
CMYK 0 0.85 0.12 0.24
HSL 308.41º 0.73% 0.44% -
HSV(B) 308.41º 0.85% 0.76% -
XYZ 30.06 15.34 39.9 -
YUV 95.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 194 30 171 0 0.85 0.12 0.24 308.41 0.73 0.44
Hex C2 1E AB 0 55 C 18 134 49 2C
Octal 302 36 253 0 125 14 30 464 111 54
Binary 11000010 11110 10101011 0 1010101 1100 11000 100110100 1001001 101100

Color Harmonies of #C21EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EAB

Black with #C21EAB

Text Example


Text Example

White with #C21EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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