Html Css Color HEX #C21C8D Medium Violet Red

📋 copy color: '#C21C8D'

red 194 ◦ green 28 ◦ blue 141

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

Shades of Medium Violet Red #C21C8D

Tints of Medium Violet Red #C21C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 53.44%
G = 7.71%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C21C8D (or 0xC21C8D) is known color: Medium Violet Red. HEX triplet: C2, 1C and 8D. RGB value is (194,28,141). Sum of RGB (Red+Green+Blue) = 194+28+141=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C8D is #3DE372. Grayscale: #5A5A5A. Windows color (decimal): -4055923 or 9247938. OLE color: 9247938.

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

Color convert

RGB 194 28 141 -
CMYK 0 0.86 0.27 0.24
HSL 319.16º 0.75% 0.44% -
HSV(B) 319.16º 0.86% 0.76% -
XYZ 27.47 14.22 26.5 -
YUV 90.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 194 28 141 0 0.86 0.27 0.24 319.16 0.75 0.44
Hex C2 1C 8D 0 56 1B 18 13F 4B 2C
Octal 302 34 215 0 126 33 30 477 113 54
Binary 11000010 11100 10001101 0 1010110 11011 11000 100111111 1001011 101100

Color Harmonies of #C21C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C8D

Black with #C21C8D

Text Example


Text Example

White with #C21C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C8D; }

 p { color: rgb(194,28,141); }

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

background-color css

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

 a { background-color: rgb(194,28,141); }

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

border-color css

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

 span { border-color: rgb(194,28,141); }

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