#C02075

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

Shades of Medium Violet Red #C02075

Tints of Medium Violet Red #C02075

Color information

#C02075 (or 0xC02075) is unknown color: approx Medium Violet Red. HEX triplet: C0, 20 and 75. RGB value is (192,32,117). Sum of RGB (Red+Green+Blue) = 192+32+117=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02075 is #3FDF8A. Grayscale: #595959. Windows color (decimal): -4185995 or 7676096. OLE color: 7676096.

HSL color Cylindrical-coordinate representation of color #C02075: hue angle of 328.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02075 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19232117-
CMYK00.830.390.25
HSL328.12º71.43%43.92%-
HSV(B)328.12º83.33%75.29%-
XYZ25.4713.5218.1-
YUV89.53143.51201.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=56.30%
G=9.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923211700.830.390.25328.1271.4343.92
HexC020750532719148472c
Octal300401650123473151010754
Binary11000000100000111010101010011100111110011010010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02075; }

 p { color: rgb(192,32,117); }

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

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

 a { background-color: rgb(192,32,117); }

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

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

 span { border-color: rgb(192,32,117); }

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