Html Css Color HEX #C21386 Medium Violet Red

📋 copy color: '#C21386'

red 194 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #C21386

Tints of Medium Violet Red #C21386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 55.91%
G = 5.48%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C21386 (or 0xC21386) is known color: Medium Violet Red. HEX triplet: C2, 13 and 86. RGB value is (194,19,134). Sum of RGB (Red+Green+Blue) = 194+19+134=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21386 is #3DEC79. Grayscale: #545454. Windows color (decimal): -4058234 or 8786882. OLE color: 8786882.

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

Color convert

RGB 194 19 134 -
CMYK 0 0.90 0.31 0.24
HSL 320.57º 0.82% 0.42% -
HSV(B) 320.57º 0.9% 0.76% -
XYZ 26.78 13.66 23.78 -
YUV 84.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 194 19 134 0 0.90 0.31 0.24 320.57 0.82 0.42
Hex C2 13 86 0 5A 1F 18 141 52 2A
Octal 302 23 206 0 132 37 30 501 122 52
Binary 11000010 10011 10000110 0 1011010 11111 11000 101000001 1010010 101010

Color Harmonies of #C21386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21386

Black with #C21386

Text Example


Text Example

White with #C21386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21386; }

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

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

background-color css

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

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

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

border-color css

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

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

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