Html Css Color HEX #C21780 Medium Violet Red

📋 copy color: '#C21780'

red 194 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #C21780

Tints of Medium Violet Red #C21780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 56.23%
G = 6.67%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C21780 (or 0xC21780) is known color: Medium Violet Red. HEX triplet: C2, 17 and 80. RGB value is (194,23,128). Sum of RGB (Red+Green+Blue) = 194+23+128=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21780 is #3DE87F. Grayscale: #555555. Windows color (decimal): -4057216 or 8394690. OLE color: 8394690.

HSL color Cylindrical-coordinate representation of color #C21780: hue angle of 323.16º degrees, saturation: 0.79, 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 #C21780 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 128 -
CMYK 0 0.88 0.34 0.24
HSL 323.16º 0.79% 0.43% -
HSV(B) 323.16º 0.88% 0.76% -
XYZ 26.45 13.64 21.66 -
YUV 86.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 194 23 128 0 0.88 0.34 0.24 323.16 0.79 0.43
Hex C2 17 80 0 58 22 18 143 4F 2B
Octal 302 27 200 0 130 42 30 503 117 53
Binary 11000010 10111 10000000 0 1011000 100010 11000 101000011 1001111 101011

Color Harmonies of #C21780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21780

Black with #C21780

Text Example


Text Example

White with #C21780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21780; }

 p { color: rgb(194,23,128); }

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

background-color css

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

 a { background-color: rgb(194,23,128); }

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

border-color css

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

 span { border-color: rgb(194,23,128); }

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