Html Css Color HEX #C21A82 Medium Violet Red

📋 copy color: '#C21A82'

red 194 ◦ green 26 ◦ blue 130

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

Shades of Medium Violet Red #C21A82

Tints of Medium Violet Red #C21A82

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

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

R = 55.43%
G = 7.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C21A82 (or 0xC21A82) is known color: Medium Violet Red. HEX triplet: C2, 1A and 82. RGB value is (194,26,130). Sum of RGB (Red+Green+Blue) = 194+26+130=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A82 is #3DE57D. Grayscale: #575757. Windows color (decimal): -4056446 or 8526530. OLE color: 8526530.

HSL color Cylindrical-coordinate representation of color #C21A82: hue angle of 322.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A82 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 130 -
CMYK 0 0.87 0.33 0.24
HSL 322.86º 0.76% 0.43% -
HSV(B) 322.86º 0.87% 0.76% -
XYZ 26.65 13.82 22.38 -
YUV 88.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 194 26 130 0 0.87 0.33 0.24 322.86 0.76 0.43
Hex C2 1A 82 0 57 21 18 143 4C 2B
Octal 302 32 202 0 127 41 30 503 114 53
Binary 11000010 11010 10000010 0 1010111 100001 11000 101000011 1001100 101011

Color Harmonies of #C21A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A82

Black with #C21A82

Text Example


Text Example

White with #C21A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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