#C7277C

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

Shades of Medium Red Violet #C7277C

Tints of Medium Red Violet #C7277C

Color information

#C7277C (or 0xC7277C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 27 and 7C. RGB value is (199,39,124). Sum of RGB (Red+Green+Blue) = 199+39+124=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7277C is #38D883. Grayscale: #606060. Windows color (decimal): -3725444 or 8136647. OLE color: 8136647.

HSL color Cylindrical-coordinate representation of color #C7277C: hue angle of 328.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7277C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19939124-
CMYK00.800.380.22
HSL328.12º67.23%46.67%-
HSV(B)328.12º80.4%78.04%-
XYZ27.9215.0520.5-
YUV96.53143.51201.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.97%
GREEN value IS 39 (15.62% from 255) = 10.77%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=54.97%
G=10.77%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993912400.800.380.22328.1267.2346.67
HexC7277C0502616148432f
Octal307471740120462651010357
Binary11000111100111111110001010000100110101101010010001000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7277C; }

 p { color: rgb(199,39,124); }

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

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

 a { background-color: rgb(199,39,124); }

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

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

 span { border-color: rgb(199,39,124); }

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