Html Css Color HEX #C21C9E Medium Violet Red

📋 copy color: '#C21C9E'

red 194 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #C21C9E

Tints of Medium Violet Red #C21C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 51.05%
G = 7.37%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C21C9E (or 0xC21C9E) is known color: Medium Violet Red. HEX triplet: C2, 1C and 9E. RGB value is (194,28,158). Sum of RGB (Red+Green+Blue) = 194+28+158=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C9E is #3DE361. Grayscale: #5C5C5C. Windows color (decimal): -4055906 or 10362050. OLE color: 10362050.

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

Color convert

RGB 194 28 158 -
CMYK 0 0.86 0.19 0.24
HSL 313.01º 0.75% 0.44% -
HSV(B) 313.01º 0.86% 0.76% -
XYZ 28.83 14.77 33.68 -
YUV 92.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 194 28 158 0 0.86 0.19 0.24 313.01 0.75 0.44
Hex C2 1C 9E 0 56 13 18 139 4B 2C
Octal 302 34 236 0 126 23 30 471 113 54
Binary 11000010 11100 10011110 0 1010110 10011 11000 100111001 1001011 101100

Color Harmonies of #C21C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C9E

Black with #C21C9E

Text Example


Text Example

White with #C21C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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