#C8017A

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

Shades of Medium Violet Red #C8017A

Tints of Medium Violet Red #C8017A

Color information

#C8017A (or 0xC8017A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 01 and 7A. RGB value is (200,1,122). Sum of RGB (Red+Green+Blue) = 200+1+122=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C8017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8017A is #37FE85. Grayscale: #4A4A4A. Windows color (decimal): -3669638 or 7995848. OLE color: 7995848.

HSL color Cylindrical-coordinate representation of color #C8017A: hue angle of 323.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8017A is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB2001122-
CMYK01.000.390.22
HSL323.52º99%39.41%-
HSV(B)323.52º99.5%78.43%-
XYZ27.3413.7119.62-
YUV74.3154.93217.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=61.92%
G=0.31%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200112201.000.390.22323.529939.41
HexC817A06427161446327
Octal31011720144472650414347
Binary110010001111101001100100100111101101010001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8017A; }

 p { color: rgb(200,1,122); }

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

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

 a { background-color: rgb(200,1,122); }

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

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

 span { border-color: rgb(200,1,122); }

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