#c024ac

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

Shades of Medium Violet Red #C024AC

Tints of Medium Violet Red #C024AC

Color information

#C024AC (or 0xC024AC) is unknown color: approx Medium Violet Red. HEX triplet: C0, 24 and AC. RGB value is (192,36,172). Sum of RGB (Red+Green+Blue) = 192+36+172=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AC is #3FDB53. Grayscale: #616161. Windows color (decimal): -4184916 or 11281600. OLE color: 11281600.

HSL color Cylindrical-coordinate representation of color #C024AC: hue angle of 307.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024AC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19236172-
CMYK00.810.100.25
HSL307.69º68.42%44.71%-
HSV(B)307.69º81.25%75.29%-
XYZ29.8215.4540.44-
YUV98.15169.68194.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 36 (14.45% from 255) = 9%
BLUE value IS 172 (67.58% from 255) = 43%
R=48%
G=9%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923617200.810.100.25307.6968.4244.71
HexC024AC051A19134442d
Octal300442540121123146410455
Binary1100000010010010101100010100011010110011001101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c024ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c024ac; }

 p { color: rgb(192,36,172); }

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

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

 a { background-color: rgb(192,36,172); }

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

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

 span { border-color: rgb(192,36,172); }

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