#c21faa

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

Shades of Medium Violet Red #C21FAA

Tints of Medium Violet Red #C21FAA

Color information

#C21FAA (or 0xC21FAA) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and AA. RGB value is (194,31,170). Sum of RGB (Red+Green+Blue) = 194+31+170=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FAA is #3DE055. Grayscale: #5F5F5F. Windows color (decimal): -4055126 or 11149250. OLE color: 11149250.

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

Color convert

RGB19431170-
CMYK00.840.120.24
HSL308.83º72.44%44.12%-
HSV(B)308.83º84.02%76.08%-
XYZ29.9915.3539.41-
YUV95.58170198.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 31 (12.5% from 255) = 7.85%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=49.11%
G=7.85%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943117000.840.120.24308.8372.4444.12
HexC21FAA054C18135482c
Octal302372520124143046511054
Binary110000101111110101010010101001100110001001101011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21faa; }

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

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

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

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

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

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

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

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