#C1277A

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

Shades of Medium Red Violet #C1277A

Tints of Medium Red Violet #C1277A

Color information

#C1277A (or 0xC1277A) is unknown color: approx Medium Red Violet. HEX triplet: C1, 27 and 7A. RGB value is (193,39,122). Sum of RGB (Red+Green+Blue) = 193+39+122=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1277A is #3ED885. Grayscale: #5E5E5E. Windows color (decimal): -4118662 or 8005569. OLE color: 8005569.

HSL color Cylindrical-coordinate representation of color #C1277A: hue angle of 327.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1277A is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19339122-
CMYK00.800.370.24
HSL327.66º66.38%45.49%-
HSV(B)327.66º79.79%75.69%-
XYZ26.2314.1919.77-
YUV94.51143.52198.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=54.52%
G=11.02%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933912200.800.370.24327.6666.3845.49
HexC1277A0502518148422d
Octal301471720120453051010255
Binary11000001100111111101001010000100101110001010010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1277A; }

 p { color: rgb(193,39,122); }

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

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

 a { background-color: rgb(193,39,122); }

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

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

 span { border-color: rgb(193,39,122); }

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