Html Css Color HEX #C21B79 Medium Violet Red

📋 copy color: '#C21B79'

red 194 ◦ green 27 ◦ blue 121

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

Shades of Medium Violet Red #C21B79

Tints of Medium Violet Red #C21B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

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

R = 56.73%
G = 7.89%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C21B79 (or 0xC21B79) is known color: Medium Violet Red. HEX triplet: C2, 1B and 79. RGB value is (194,27,121). Sum of RGB (Red+Green+Blue) = 194+27+121=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B79 is #3DE486. Grayscale: #575757. Windows color (decimal): -4056199 or 7936962. OLE color: 7936962.

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

Color convert

RGB 194 27 121 -
CMYK 0 0.86 0.38 0.24
HSL 326.23º 0.76% 0.43% -
HSV(B) 326.23º 0.86% 0.76% -
XYZ 26.09 13.63 19.35 -
YUV 87.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 194 27 121 0 0.86 0.38 0.24 326.23 0.76 0.43
Hex C2 1B 79 0 56 26 18 146 4C 2B
Octal 302 33 171 0 126 46 30 506 114 53
Binary 11000010 11011 1111001 0 1010110 100110 11000 101000110 1001100 101011

Color Harmonies of #C21B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B79

Black with #C21B79

Text Example


Text Example

White with #C21B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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