#C21F69

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

Shades of Medium Violet Red #C21F69

Tints of Medium Violet Red #C21F69

Color information

#C21F69 (or 0xC21F69) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 69. RGB value is (194,31,105). Sum of RGB (Red+Green+Blue) = 194+31+105=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F69 is #3DE096. Grayscale: #585858. Windows color (decimal): -4055191 or 6889410. OLE color: 6889410.

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

Color convert

RGB19431105-
CMYK00.840.460.24
HSL332.76º72.44%44.12%-
HSV(B)332.76º84.02%76.08%-
XYZ25.2913.4714.63-
YUV88.17137.5203.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=58.79%
G=9.39%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943110500.840.460.24332.7672.4444.12
HexC21F690542E1814d482c
Octal302371510124563051511054
Binary1100001011111110100101010100101110110001010011011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F69; }

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

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

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

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

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

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

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

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