#CF1DA6

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

Shades of Medium Violet Red #CF1DA6

Tints of Medium Violet Red #CF1DA6

Color information

#CF1DA6 (or 0xCF1DA6) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1D and A6. RGB value is (207,29,166). Sum of RGB (Red+Green+Blue) = 207+29+166=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DA6 is #30E259. Grayscale: #616161. Windows color (decimal): -3203674 or 10886607. OLE color: 10886607.

HSL color Cylindrical-coordinate representation of color #CF1DA6: hue angle of 313.82º 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 #CF1DA6 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB20729166-
CMYK00.860.200.19
HSL313.82º75.42%46.27%-
HSV(B)313.82º85.99%81.18%-
XYZ33.0516.937.6-
YUV97.84166.47205.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 29 (11.72% from 255) = 7.21%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=51.49%
G=7.21%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072916600.860.200.19313.8275.4246.27
HexCF1DA6056141313a4b2e
Octal317352460126242347211356
Binary1100111111101101001100101011010100100111001110101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DA6; }

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

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

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

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

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

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

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

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