Html Css Color HEX #C21D8C Medium Violet Red

📋 copy color: '#C21D8C'

red 194 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #C21D8C

Tints of Medium Violet Red #C21D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 53.44%
G = 7.99%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C21D8C (or 0xC21D8C) is known color: Medium Violet Red. HEX triplet: C2, 1D and 8C. RGB value is (194,29,140). Sum of RGB (Red+Green+Blue) = 194+29+140=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D8C is #3DE273. Grayscale: #5A5A5A. Windows color (decimal): -4055668 or 9182658. OLE color: 9182658.

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

Color convert

RGB 194 29 140 -
CMYK 0 0.85 0.28 0.24
HSL 319.64º 0.74% 0.44% -
HSV(B) 319.64º 0.85% 0.76% -
XYZ 27.42 14.24 26.11 -
YUV 90.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 194 29 140 0 0.85 0.28 0.24 319.64 0.74 0.44
Hex C2 1D 8C 0 55 1C 18 140 4A 2C
Octal 302 35 214 0 125 34 30 500 112 54
Binary 11000010 11101 10001100 0 1010101 11100 11000 101000000 1001010 101100

Color Harmonies of #C21D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D8C

Black with #C21D8C

Text Example


Text Example

White with #C21D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D8C; }

 p { color: rgb(194,29,140); }

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

background-color css

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

 a { background-color: rgb(194,29,140); }

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

border-color css

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

 span { border-color: rgb(194,29,140); }

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