Html Css Color HEX #C21879 Medium Violet Red

📋 copy color: '#C21879'

red 194 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #C21879

Tints of Medium Violet Red #C21879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 57.23%
G = 7.08%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21879 (or 0xC21879) is known color: Medium Violet Red. HEX triplet: C2, 18 and 79. RGB value is (194,24,121). Sum of RGB (Red+Green+Blue) = 194+24+121=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C21879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21879 is #3DE786. Grayscale: #555555. Windows color (decimal): -4056967 or 7936194. OLE color: 7936194.

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

Color convert

RGB 194 24 121 -
CMYK 0 0.88 0.38 0.24
HSL 325.76º 0.78% 0.43% -
HSV(B) 325.76º 0.88% 0.76% -
XYZ 26.03 13.5 19.32 -
YUV 85.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 194 24 121 0 0.88 0.38 0.24 325.76 0.78 0.43
Hex C2 18 79 0 58 26 18 146 4E 2B
Octal 302 30 171 0 130 46 30 506 116 53
Binary 11000010 11000 1111001 0 1011000 100110 11000 101000110 1001110 101011

Color Harmonies of #C21879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21879

Black with #C21879

Text Example


Text Example

White with #C21879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21879; }

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

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

background-color css

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

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

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

border-color css

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

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

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