Html Css Color HEX #C21A79 Medium Violet Red

📋 copy color: '#C21A79'

red 194 ◦ green 26 ◦ blue 121

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

Shades of Medium Violet Red #C21A79

Tints of Medium Violet Red #C21A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 56.89%
G = 7.62%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21A79 (or 0xC21A79) is known color: Medium Violet Red. HEX triplet: C2, 1A and 79. RGB value is (194,26,121). Sum of RGB (Red+Green+Blue) = 194+26+121=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A79 is #3DE586. Grayscale: #565656. Windows color (decimal): -4056455 or 7936706. OLE color: 7936706.

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

Color convert

RGB 194 26 121 -
CMYK 0 0.87 0.38 0.24
HSL 326.07º 0.76% 0.43% -
HSV(B) 326.07º 0.87% 0.76% -
XYZ 26.07 13.59 19.34 -
YUV 87.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 194 26 121 0 0.87 0.38 0.24 326.07 0.76 0.43
Hex C2 1A 79 0 57 26 18 146 4C 2B
Octal 302 32 171 0 127 46 30 506 114 53
Binary 11000010 11010 1111001 0 1010111 100110 11000 101000110 1001100 101011

Color Harmonies of #C21A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A79

Black with #C21A79

Text Example


Text Example

White with #C21A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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