#C0277A

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

Shades of Medium Red Violet #C0277A

Tints of Medium Red Violet #C0277A

Color information

#C0277A (or 0xC0277A) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 7A. RGB value is (192,39,122). Sum of RGB (Red+Green+Blue) = 192+39+122=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277A is #3FD885. Grayscale: #5E5E5E. Windows color (decimal): -4184198 or 8005568. OLE color: 8005568.

HSL color Cylindrical-coordinate representation of color #C0277A: hue angle of 327.45º 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 #C0277A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19239122-
CMYK00.800.360.25
HSL327.45º66.23%45.29%-
HSV(B)327.45º79.69%75.29%-
XYZ25.9814.0619.76-
YUV94.21143.69197.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=54.39%
G=11.05%
B=34.56%

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
Decimal1923912200.800.360.25327.4566.2345.29
HexC0277A0502419147422d
Octal300471720120443150710255
Binary11000000100111111101001010000100100110011010001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0277A; }

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

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

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

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

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

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

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

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