Html Css Color HEX #C21E82 Medium Violet Red

📋 copy color: '#C21E82'

red 194 ◦ green 30 ◦ blue 130

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

Shades of Medium Violet Red #C21E82

Tints of Medium Violet Red #C21E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 54.8%
G = 8.47%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C21E82 (or 0xC21E82) is known color: Medium Violet Red. HEX triplet: C2, 1E and 82. RGB value is (194,30,130). Sum of RGB (Red+Green+Blue) = 194+30+130=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E82 is #3DE17D. Grayscale: #5A5A5A. Windows color (decimal): -4055422 or 8527554. OLE color: 8527554.

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

Color convert

RGB 194 30 130 -
CMYK 0 0.85 0.33 0.24
HSL 323.41º 0.73% 0.44% -
HSV(B) 323.41º 0.85% 0.76% -
XYZ 26.74 14.01 22.41 -
YUV 90.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 194 30 130 0 0.85 0.33 0.24 323.41 0.73 0.44
Hex C2 1E 82 0 55 21 18 143 49 2C
Octal 302 36 202 0 125 41 30 503 111 54
Binary 11000010 11110 10000010 0 1010101 100001 11000 101000011 1001001 101100

Color Harmonies of #C21E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E82

Black with #C21E82

Text Example


Text Example

White with #C21E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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