#C3277F

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

Shades of Medium Red Violet #C3277F

Tints of Medium Red Violet #C3277F

Color information

#C3277F (or 0xC3277F) is unknown color: approx Medium Red Violet. HEX triplet: C3, 27 and 7F. RGB value is (195,39,127). Sum of RGB (Red+Green+Blue) = 195+39+127=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3277F is #3CD880. Grayscale: #5F5F5F. Windows color (decimal): -3987585 or 8333251. OLE color: 8333251.

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

Color convert

RGB19539127-
CMYK00.800.350.24
HSL326.15º66.67%45.88%-
HSV(B)326.15º80%76.47%-
XYZ27.0614.5921.47-
YUV95.68145.68198.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 39 (15.62% from 255) = 10.80%
BLUE value IS 127 (50% from 255) = 35.18%
R=54.02%
G=10.80%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953912700.800.350.24326.1566.6745.88
HexC3277F0502318146432e
Octal303471770120433050610356
Binary11000011100111111111101010000100011110001010001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3277F; }

 p { color: rgb(195,39,127); }

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

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

 a { background-color: rgb(195,39,127); }

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

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

 span { border-color: rgb(195,39,127); }

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