#C2187B

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

Shades of Medium Violet Red #C2187B

Tints of Medium Violet Red #C2187B

Color information

#C2187B (or 0xC2187B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and 7B. RGB value is (194,24,123). Sum of RGB (Red+Green+Blue) = 194+24+123=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2187B is #3DE784. Grayscale: #555555. Windows color (decimal): -4056965 or 8067266. OLE color: 8067266.

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

Color convert

RGB19424123-
CMYK00.880.370.24
HSL325.06º77.98%42.75%-
HSV(B)325.06º87.63%76.08%-
XYZ26.1513.5519.98-
YUV86.12148.82204.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=56.89%
G=7.04%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942412300.880.370.24325.0677.9842.75
HexC2187B05825181454e2b
Octal302301730130453050511653
Binary1100001011000111101101011000100101110001010001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2187B; }

 p { color: rgb(194,24,123); }

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

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

 a { background-color: rgb(194,24,123); }

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

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

 span { border-color: rgb(194,24,123); }

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