#C3188A

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

Shades of Medium Violet Red #C3188A

Tints of Medium Violet Red #C3188A

Color information

#C3188A (or 0xC3188A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 18 and 8A. RGB value is (195,24,138). Sum of RGB (Red+Green+Blue) = 195+24+138=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3188A is #3CE775. Grayscale: #575757. Windows color (decimal): -3991414 or 9050307. OLE color: 9050307.

HSL color Cylindrical-coordinate representation of color #C3188A: hue angle of 320º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3188A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19524138-
CMYK00.880.290.24
HSL320º78.08%42.94%-
HSV(B)320º87.69%76.47%-
XYZ27.4214.0925.32-
YUV88.12156.15204.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=54.62%
G=6.72%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952413800.880.290.2432078.0842.94
HexC3188A0581D181404e2b
Octal303302120130353050011653
Binary1100001111000100010100101100011101110001010000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3188A; }

 p { color: rgb(195,24,138); }

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

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

 a { background-color: rgb(195,24,138); }

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

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

 span { border-color: rgb(195,24,138); }

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