#C0277B

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

Shades of Medium Red Violet #C0277B

Tints of Medium Red Violet #C0277B

Color information

#C0277B (or 0xC0277B) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 7B. RGB value is (192,39,123). Sum of RGB (Red+Green+Blue) = 192+39+123=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277B is #3FD884. Grayscale: #5E5E5E. Windows color (decimal): -4184197 or 8071104. OLE color: 8071104.

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

Color convert

RGB19239123-
CMYK00.800.360.25
HSL327.06º66.23%45.29%-
HSV(B)327.06º79.69%75.29%-
XYZ26.0414.0920.09-
YUV94.32144.19197.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=54.24%
G=11.02%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923912300.800.360.25327.0666.2345.29
HexC0277B0502419147422d
Octal300471730120443150710255
Binary11000000100111111101101010000100100110011010001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0277B; }

 p { color: rgb(192,39,123); }

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

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

 a { background-color: rgb(192,39,123); }

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

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

 span { border-color: rgb(192,39,123); }

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