#C0327A

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

Shades of Medium Red Violet #C0327A

Tints of Medium Red Violet #C0327A

Color information

#C0327A (or 0xC0327A) is unknown color: approx Medium Red Violet. HEX triplet: C0, 32 and 7A. RGB value is (192,50,122). Sum of RGB (Red+Green+Blue) = 192+50+122=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0327A is #3FCD85. Grayscale: #646464. Windows color (decimal): -4181382 or 8008384. OLE color: 8008384.

HSL color Cylindrical-coordinate representation of color #C0327A: hue angle of 329.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0327A is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19250122-
CMYK00.740.360.25
HSL329.58º58.68%47.45%-
HSV(B)329.58º73.96%75.29%-
XYZ26.3914.8919.9-
YUV100.67140.04193.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=52.75%
G=13.74%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925012200.740.360.25329.5858.6847.45
HexC0327A04A241914a3b2f
Octal30062172011244315127357
Binary1100000011001011110100100101010010011001101001010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0327A; }

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

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

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

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

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

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

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

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