Html Css Color HEX #C21380 Medium Violet Red

📋 copy color: '#C21380'

red 194 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #C21380

Tints of Medium Violet Red #C21380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 56.89%
G = 5.57%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C21380 (or 0xC21380) is known color: Medium Violet Red. HEX triplet: C2, 13 and 80. RGB value is (194,19,128). Sum of RGB (Red+Green+Blue) = 194+19+128=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C21380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21380 is #3DEC7F. Grayscale: #535353. Windows color (decimal): -4058240 or 8393666. OLE color: 8393666.

HSL color Cylindrical-coordinate representation of color #C21380: hue angle of 322.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21380 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 128 -
CMYK 0 0.90 0.34 0.24
HSL 322.63º 0.82% 0.42% -
HSV(B) 322.63º 0.9% 0.76% -
XYZ 26.38 13.49 21.64 -
YUV 83.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 194 19 128 0 0.90 0.34 0.24 322.63 0.82 0.42
Hex C2 13 80 0 5A 22 18 143 52 2A
Octal 302 23 200 0 132 42 30 503 122 52
Binary 11000010 10011 10000000 0 1011010 100010 11000 101000011 1010010 101010

Color Harmonies of #C21380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21380

Black with #C21380

Text Example


Text Example

White with #C21380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21380; }

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

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

background-color css

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

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

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

border-color css

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

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

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