#C0007A

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

Shades of Medium Violet Red #C0007A

Tints of Medium Violet Red #C0007A

Color information

#C0007A (or 0xC0007A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 00 and 7A. RGB value is (192,0,122). Sum of RGB (Red+Green+Blue) = 192+0+122=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C0007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0007A is #3FFF85. Grayscale: #474747. Windows color (decimal): -4194182 or 7995584. OLE color: 7995584.

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

Color convert

RGB1920122-
CMYK010.360.25
HSL321.88º100%37.65%-
HSV(B)321.88º100%75.29%-
XYZ25.2512.6119.52-
YUV71.32156.61214.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=61.15%
G=0%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1920122010.360.25321.8810037.65
HexC007A06424191426426
Octal30001720144443150214446
Binary110000000111101001100100100100110011010000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0007A; }

 p { color: rgb(192,0,122); }

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

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

 a { background-color: rgb(192,0,122); }

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

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

 span { border-color: rgb(192,0,122); }

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