#C035A4

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

Shades of Medium Red Violet #C035A4

Tints of Medium Red Violet #C035A4

Color information

#C035A4 (or 0xC035A4) is unknown color: approx Medium Red Violet. HEX triplet: C0, 35 and A4. RGB value is (192,53,164). Sum of RGB (Red+Green+Blue) = 192+53+164=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A4 is #3FCA5B. Grayscale: #6A6A6A. Windows color (decimal): -4180572 or 10761664. OLE color: 10761664.

HSL color Cylindrical-coordinate representation of color #C035A4: hue angle of 312.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035A4 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19253164-
CMYK00.720.150.25
HSL312.09º56.73%48.04%-
HSV(B)312.09º72.4%75.29%-
XYZ29.7116.4336.73-
YUV107.22160.05188.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=46.94%
G=12.96%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925316400.720.150.25312.0956.7348.04
HexC035A4048F191383930
Octal30065244011017314707160
Binary110000001101011010010001001000111111001100111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035A4; }

 p { color: rgb(192,53,164); }

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

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

 a { background-color: rgb(192,53,164); }

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

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

 span { border-color: rgb(192,53,164); }

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