#c21069

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

Shades of Medium Violet Red #C21069

Tints of Medium Violet Red #C21069

Color information

#C21069 (or 0xC21069) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 69. RGB value is (194,16,105). Sum of RGB (Red+Green+Blue) = 194+16+105=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21069 is #3DEF96. Grayscale: #4F4F4F. Windows color (decimal): -4059031 or 6885570. OLE color: 6885570.

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

Color convert

RGB19416105-
CMYK00.920.460.24
HSL330º84.76%41.18%-
HSV(B)330º91.75%76.08%-
XYZ24.9812.8614.53-
YUV79.37142.47209.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=61.59%
G=5.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941610500.920.460.2433084.7641.18
HexC2106905C2E1814a5529
Octal302201510134563051212551
Binary1100001010000110100101011100101110110001010010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21069; }

 p { color: rgb(194,16,105); }

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

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

 a { background-color: rgb(194,16,105); }

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

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

 span { border-color: rgb(194,16,105); }

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