Html Css Color HEX #C21A9F Medium Violet Red

📋 copy color: '#C21A9F'

red 194 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #C21A9F

Tints of Medium Violet Red #C21A9F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 51.19%
G = 6.86%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C21A9F (or 0xC21A9F) is known color: Medium Violet Red. HEX triplet: C2, 1A and 9F. RGB value is (194,26,159). Sum of RGB (Red+Green+Blue) = 194+26+159=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A9F is #3DE560. Grayscale: #5B5B5B. Windows color (decimal): -4056417 or 10427074. OLE color: 10427074.

HSL color Cylindrical-coordinate representation of color #C21A9F: hue angle of 312.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A9F is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 159 -
CMYK 0 0.87 0.18 0.24
HSL 312.5º 0.76% 0.43% -
HSV(B) 312.5º 0.87% 0.76% -
XYZ 28.88 14.71 34.12 -
YUV 91.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 194 26 159 0 0.87 0.18 0.24 312.5 0.76 0.43
Hex C2 1A 9F 0 57 12 18 138 4C 2B
Octal 302 32 237 0 127 22 30 470 114 53
Binary 11000010 11010 10011111 0 1010111 10010 11000 100111000 1001100 101011

Color Harmonies of #C21A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A9F

Black with #C21A9F

Text Example


Text Example

White with #C21A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A9F; }

 p { color: rgb(194,26,159); }

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

background-color css

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

 a { background-color: rgb(194,26,159); }

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

border-color css

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

 span { border-color: rgb(194,26,159); }

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