#C8067D

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

Shades of Medium Violet Red #C8067D

Tints of Medium Violet Red #C8067D

Color information

#C8067D (or 0xC8067D) is unknown color: approx Medium Violet Red. HEX triplet: C8, 06 and 7D. RGB value is (200,6,125). Sum of RGB (Red+Green+Blue) = 200+6+125=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8067D is #37F982. Grayscale: #4D4D4D. Windows color (decimal): -3668355 or 8193736. OLE color: 8193736.

HSL color Cylindrical-coordinate representation of color #C8067D: hue angle of 323.2º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8067D is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB2006125-
CMYK00.970.380.22
HSL323.2º94.17%40.39%-
HSV(B)323.2º97%78.43%-
XYZ27.5913.8920.63-
YUV77.57154.77215.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=60.42%
G=1.81%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200612500.970.380.22323.294.1740.39
HexC867D06126161435e28
Octal31061750141462650313650
Binary11001000110111110101100001100110101101010000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8067D; }

 p { color: rgb(200,6,125); }

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

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

 a { background-color: rgb(200,6,125); }

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

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

 span { border-color: rgb(200,6,125); }

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