#C2017A

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

Shades of Medium Violet Red #C2017A

Tints of Medium Violet Red #C2017A

Color information

#C2017A (or 0xC2017A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 01 and 7A. RGB value is (194,1,122). Sum of RGB (Red+Green+Blue) = 194+1+122=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017A is #3DFE85. Grayscale: #484848. Windows color (decimal): -4062854 or 7995842. OLE color: 7995842.

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

Color convert

RGB1941122-
CMYK00.990.370.24
HSL322.38º98.97%38.24%-
HSV(B)322.38º99.48%76.08%-
XYZ25.7712.919.54-
YUV72.5155.94214.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=61.20%
G=0.32%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194112200.990.370.24322.3898.9738.24
HexC217A06325181426326
Octal30211720143453050214346
Binary110000101111101001100011100101110001010000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2017A; }

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

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

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

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

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

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

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

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