#C035A5

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

Shades of Medium Red Violet #C035A5

Tints of Medium Red Violet #C035A5

Color information

#C035A5 (or 0xC035A5) is unknown color: approx Medium Red Violet. HEX triplet: C0, 35 and A5. RGB value is (192,53,165). Sum of RGB (Red+Green+Blue) = 192+53+165=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A5 is #3FCA5A. Grayscale: #6B6B6B. Windows color (decimal): -4180571 or 10827200. OLE color: 10827200.

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

Color convert

RGB19253165-
CMYK00.720.140.25
HSL311.65º56.73%48.04%-
HSV(B)311.65º72.4%75.29%-
XYZ29.816.4737.21-
YUV107.33160.55188.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=46.83%
G=12.93%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925316500.720.140.25311.6556.7348.04
HexC035A5048E191383930
Octal30065245011016314707160
Binary110000001101011010010101001000111011001100111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035A5; }

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

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

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

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

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

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

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

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