#C21D6B

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

Shades of Medium Violet Red #C21D6B

Tints of Medium Violet Red #C21D6B

Color information

#C21D6B (or 0xC21D6B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1D and 6B. RGB value is (194,29,107). Sum of RGB (Red+Green+Blue) = 194+29+107=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D6B is #3DE294. Grayscale: #575757. Windows color (decimal): -4055701 or 7019970. OLE color: 7019970.

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

Color convert

RGB19429107-
CMYK00.850.450.24
HSL331.64º73.99%43.73%-
HSV(B)331.64º85.05%76.08%-
XYZ25.3413.4115.16-
YUV87.23139.16204.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=58.79%
G=8.79%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942910700.850.450.24331.6473.9943.73
HexC21D6B0552D1814c4a2c
Octal302351530125553051411254
Binary1100001011101110101101010101101101110001010011001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D6B; }

 p { color: rgb(194,29,107); }

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

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

 a { background-color: rgb(194,29,107); }

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

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

 span { border-color: rgb(194,29,107); }

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