#C62BAC

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

Shades of Medium Red Violet #C62BAC

Tints of Medium Red Violet #C62BAC

Color information

#C62BAC (or 0xC62BAC) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2B and AC. RGB value is (198,43,172). Sum of RGB (Red+Green+Blue) = 198+43+172=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62BAC is #39D453. Grayscale: #676767. Windows color (decimal): -3789908 or 11283398. OLE color: 11283398.

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

Color convert

RGB19843172-
CMYK00.780.130.22
HSL310.06º64.32%47.25%-
HSV(B)310.06º78.28%77.65%-
XYZ31.616.7140.59-
YUV104.05166.35195.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=47.94%
G=10.41%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984317200.780.130.22310.0664.3247.25
HexC62BAC04ED16136402f
Octal306532540116152646610057
Binary1100011010101110101100010011101101101101001101101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BAC; }

 p { color: rgb(198,43,172); }

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

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

 a { background-color: rgb(198,43,172); }

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

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

 span { border-color: rgb(198,43,172); }

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