#C02278

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

Shades of Medium Violet Red #C02278

Tints of Medium Violet Red #C02278

Color information

#C02278 (or 0xC02278) is unknown color: approx Medium Violet Red. HEX triplet: C0, 22 and 78. RGB value is (192,34,120). Sum of RGB (Red+Green+Blue) = 192+34+120=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02278 is #3FDD87. Grayscale: #5A5A5A. Windows color (decimal): -4185480 or 7873216. OLE color: 7873216.

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

Color convert

RGB19234120-
CMYK00.820.380.25
HSL327.34º69.91%44.31%-
HSV(B)327.34º82.29%75.29%-
XYZ25.713.7119.06-
YUV91.05144.35200.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 34 (13.67% from 255) = 9.83%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=55.49%
G=9.83%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923412000.820.380.25327.3469.9144.31
HexC022780522619147462c
Octal300421700122463150710654
Binary11000000100010111100001010010100110110011010001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02278; }

 p { color: rgb(192,34,120); }

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

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

 a { background-color: rgb(192,34,120); }

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

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

 span { border-color: rgb(192,34,120); }

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