#C21FA4

Color #C21FA4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C21FA4

Tints of Medium Violet Red #C21FA4

Color information

#C21FA4 (or 0xC21FA4) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and A4. RGB value is (194,31,164). Sum of RGB (Red+Green+Blue) = 194+31+164=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA4 is #3DE05B. Grayscale: #5E5E5E. Windows color (decimal): -4055132 or 10756034. OLE color: 10756034.

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

Color convert

RGB19431164-
CMYK00.840.150.24
HSL311.04º72.44%44.12%-
HSV(B)311.04º84.02%76.08%-
XYZ29.4415.1336.49-
YUV94.9167198.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 31 (12.5% from 255) = 7.97%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=49.87%
G=7.97%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943116400.840.150.24311.0472.4444.12
HexC21FA4054F18137482c
Octal302372440124173046711054
Binary110000101111110100100010101001111110001001101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21FA4; }

 p { color: rgb(194,31,164); }

 H1.HeaderClassName
 {
   color: #C21FA4;
 }
 .AnyTagClassName
 {
   color: #C21FA4;
 }
</style>
background-color css

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

 a { background-color: rgb(194,31,164); }

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

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

 span { border-color: rgb(194,31,164); }

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