Html Css Color HEX #C21C9A Medium Violet Red

📋 copy color: '#C21C9A'

red 194 ◦ green 28 ◦ blue 154

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

Shades of Medium Violet Red #C21C9A

Tints of Medium Violet Red #C21C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 51.6%
G = 7.45%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C21C9A (or 0xC21C9A) is known color: Medium Violet Red. HEX triplet: C2, 1C and 9A. RGB value is (194,28,154). Sum of RGB (Red+Green+Blue) = 194+28+154=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C9A is #3DE365. Grayscale: #5B5B5B. Windows color (decimal): -4055910 or 10099906. OLE color: 10099906.

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

Color convert

RGB 194 28 154 -
CMYK 0 0.86 0.21 0.24
HSL 314.46º 0.75% 0.44% -
HSV(B) 314.46º 0.86% 0.76% -
XYZ 28.5 14.63 31.89 -
YUV 92 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 194 28 154 0 0.86 0.21 0.24 314.46 0.75 0.44
Hex C2 1C 9A 0 56 15 18 13A 4B 2C
Octal 302 34 232 0 126 25 30 472 113 54
Binary 11000010 11100 10011010 0 1010110 10101 11000 100111010 1001011 101100

Color Harmonies of #C21C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C9A

Black with #C21C9A

Text Example


Text Example

White with #C21C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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