#cf1d78

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

Shades of Medium Violet Red #CF1D78

Tints of Medium Violet Red #CF1D78

Color information

#CF1D78 (or 0xCF1D78) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1D and 78. RGB value is (207,29,120). Sum of RGB (Red+Green+Blue) = 207+29+120=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1D78 is #30E287. Grayscale: #5C5C5C. Windows color (decimal): -3203720 or 7871951. OLE color: 7871951.

HSL color Cylindrical-coordinate representation of color #CF1D78: hue angle of 329.33º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D78 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20729120-
CMYK00.860.420.19
HSL329.33º75.42%46.27%-
HSV(B)329.33º85.99%81.18%-
XYZ29.5615.519.2-
YUV92.6143.47209.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=58.15%
G=8.15%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072912000.860.420.19329.3375.4246.27
HexCF1D780562A131494b2e
Octal317351700126522351111356
Binary1100111111101111100001010110101010100111010010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1d78; }

 p { color: rgb(207,29,120); }

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

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

 a { background-color: rgb(207,29,120); }

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

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

 span { border-color: rgb(207,29,120); }

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