#C2017F

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

Shades of Medium Violet Red #C2017F

Tints of Medium Violet Red #C2017F

Color information

#C2017F (or 0xC2017F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 01 and 7F. RGB value is (194,1,127). Sum of RGB (Red+Green+Blue) = 194+1+127=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017F is #3DFE80. Grayscale: #484848. Windows color (decimal): -4062849 or 8323522. OLE color: 8323522.

HSL color Cylindrical-coordinate representation of color #C2017F: hue angle of 320.83º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2017F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB1941127-
CMYK00.990.350.24
HSL320.83º98.97%38.24%-
HSV(B)320.83º99.48%76.08%-
XYZ26.0913.0221.22-
YUV73.07158.44214.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 127 (50% from 255) = 39.44%
R=60.25%
G=0.31%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194112700.990.350.24320.8398.9738.24
HexC217F06323181416326
Octal30211770143433050114346
Binary110000101111111101100011100011110001010000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2017F; }

 p { color: rgb(194,1,127); }

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

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

 a { background-color: rgb(194,1,127); }

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

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

 span { border-color: rgb(194,1,127); }

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